Html Css Color HEX #CFB009 Bird Flower

📋 copy color: '#CFB009'

red 207 ◦ green 176 ◦ blue 9

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

Shades of Bird Flower #CFB009

Tints of Bird Flower #CFB009

RGB

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

 GREEN value IS 176 (69.14% from 255) = 44.9%

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

R = 52.81%
G = 44.9%
B = 2.3%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.96

 K value IS 0.19

RGB Variations

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

Color information

#CFB009 (or 0xCFB009) is known color: Bird Flower. HEX triplet: CF, B0 and 09. RGB value is (207,176,9). Sum of RGB (Red+Green+Blue) = 207+176+9=392 (51% of max value = 765). Red value is 207 (81.25% from 255 or 52.81% from 392); Green value is 176 (69.14% from 255 or 44.90% from 392); Blue value is 9 (3.91% from 255 or 2.30% from 392); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB009 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CFB009 is #304FF6. Grayscale: #A6A6A6. Windows color (decimal): -3166199 or 635087. OLE color: 635087.

HSL color Cylindrical-coordinate representation of color #CFB009: hue angle of 50.61º 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 #CFB009 is Cyan = 0, Magento = 0.15, Yellow = 0.96 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 176 9 -
CMYK 0 0.15 0.96 0.19
HSL 50.61º 0.92% 0.42% -
HSV(B) 50.61º 0.96% 0.81% -
XYZ 41.31 44.34 6.64 -
YUV 166.23 39.27 157.08 -
System Red Green Blue C M Y K H S L
Decimal 207 176 9 0 0.15 0.96 0.19 50.61 0.92 0.42
Hex CF B0 9 0 F 60 13 33 5C 2A
Octal 317 260 11 0 17 140 23 63 134 52
Binary 11001111 10110000 1001 0 1111 1100000 10011 110011 1011100 101010

Color Harmonies of #CFB009

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFB009

Black with #CFB009

Text Example


Text Example

White with #CFB009

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFB009; }

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

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

background-color css

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

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

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

border-color css

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

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

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