Html Css Color HEX #CFB509 Bird Flower

📋 copy color: '#CFB509'

red 207 ◦ green 181 ◦ blue 9

#CFB509
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Bird Flower #CFB509

Tints of Bird Flower #CFB509

RGB

 RED value IS 207 (81.25% from 255) = 52.14%

 GREEN value IS 181 (71.09% from 255) = 45.59%

 BLUE value IS 9 (3.91% from 255) = 2.27%

R = 52.14%
G = 45.59%
B = 2.27%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.96

 K value IS 0.19

RGB Variations

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

Color information

#CFB509 (or 0xCFB509) is known color: Bird Flower. HEX triplet: CF, B5 and 09. RGB value is (207,181,9). Sum of RGB (Red+Green+Blue) = 207+181+9=397 (52% of max value = 765). Red value is 207 (81.25% from 255 or 52.14% from 397); Green value is 181 (71.09% from 255 or 45.59% from 397); Blue value is 9 (3.91% from 255 or 2.27% from 397); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB509 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CFB509 is #304AF6. Grayscale: #A9A9A9. Windows color (decimal): -3164919 or 636367. OLE color: 636367.

HSL color Cylindrical-coordinate representation of color #CFB509: hue angle of 52.12º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #CFB509 is Cyan = 0, Magento = 0.13, Yellow = 0.96 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 181 9 -
CMYK 0 0.13 0.96 0.19
HSL 52.12º 0.92% 0.42% -
HSV(B) 52.12º 0.96% 0.81% -
XYZ 42.31 46.33 6.97 -
YUV 169.17 37.61 154.99 -
System Red Green Blue C M Y K H S L
Decimal 207 181 9 0 0.13 0.96 0.19 52.12 0.92 0.42
Hex CF B5 9 0 D 60 13 34 5C 2A
Octal 317 265 11 0 15 140 23 64 134 52
Binary 11001111 10110101 1001 0 1101 1100000 10011 110100 1011100 101010

Color Harmonies of #CFB509

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFB509

Black with #CFB509

Text Example


Text Example

White with #CFB509

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFB509; }

 p { color: rgb(207,181,9); }

 H1.HeaderClassName
 {
   color: #CFB509;
 }
 .AnyTagClassName
 {
   color: #CFB509;
 }
</style>

background-color css

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

 a { background-color: rgb(207,181,9); }

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

border-color css

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

 span { border-color: rgb(207,181,9); }

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