#cfbd18

Color #CFBD18 Bird Flower (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bird Flower #CFBD18

Tints of Bird Flower #CFBD18

Color information

#CFBD18 (or 0xCFBD18) is unknown color: approx Bird Flower. HEX triplet: CF, BD and 18. RGB value is (207,189,24). Sum of RGB (Red+Green+Blue) = 207+189+24=420 (55% of max value = 765). Red value is 207 (81.25% from 255 or 49.29% from 420); Green value is 189 (74.22% from 255 or 45% from 420); Blue value is 24 (9.77% from 255 or 5.71% from 420); Max value from RGB is 207 - color contains mainly: red. Hex color #CFBD18 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CFBD18 is #3042E7. Grayscale: #B0B0B0. Windows color (decimal): -3162856 or 1621455. OLE color: 1621455.

HSL color Cylindrical-coordinate representation of color #CFBD18: hue angle of 54.1º degrees, saturation: 0.79, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #CFBD18 is Cyan = 0, Magento = 0.09, Yellow = 0.88 and Black (K on CMYK) = 0.19.

Color convert

RGB20718924-
CMYK00.090.880.19
HSL54.1º79.22%45.29%-
HSV(B)54.1º88.41%81.18%-
XYZ44.0949.738.14-
YUV175.5742.46150.42-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 207 (81.25% from 255) = 49.29%
GREEN value IS 189 (74.22% from 255) = 45%
BLUE value IS 24 (9.77% from 255) = 5.71%
R=49.29%
G=45%
B=5.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.88
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2071892400.090.880.1954.179.2245.29
HexCFBD18095813364f2d
Octal31727530011130236611755
Binary110011111011110111000010011011000100111101101001111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #cfbd18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #cfbd18; }

 p { color: rgb(207,189,24); }

 H1.HeaderClassName
 {
   color: #cfbd18;
 }
 .AnyTagClassName
 {
   color: #cfbd18;
 }
</style>
background-color css

<style>
 a { background-color: #cfbd18; }

 a { background-color: rgb(207,189,24); }

 div.DivClassName
 {
   background-color: #cfbd18;
 }
 .BgClassName
 {
   background-color: #cfbd18;
 }
</style>
border-color css

<style>
 span { border-color: #cfbd18; }

 span { border-color: rgb(207,189,24); }

 td.TdClassName
 {
   border-color: #cfbd18;
 }
 .TagClassName
 {
   border-color: #cfbd18;
 }
</style>