Html Css Color HEX #CFBB09 Bird Flower

📋 copy color: '#CFBB09'

red 207 ◦ green 187 ◦ blue 9

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

Shades of Bird Flower #CFBB09

Tints of Bird Flower #CFBB09

RGB

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

 GREEN value IS 187 (73.44% from 255) = 46.4%

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

R = 51.36%
G = 46.4%
B = 2.23%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.96

 K value IS 0.19

RGB Variations

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

Color information

#CFBB09 (or 0xCFBB09) is known color: Bird Flower. HEX triplet: CF, BB and 09. RGB value is (207,187,9). Sum of RGB (Red+Green+Blue) = 207+187+9=403 (53% of max value = 765). Red value is 207 (81.25% from 255 or 51.36% from 403); Green value is 187 (73.44% from 255 or 46.40% from 403); Blue value is 9 (3.91% from 255 or 2.23% from 403); Max value from RGB is 207 - color contains mainly: red. Hex color #CFBB09 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CFBB09 is #3044F6. Grayscale: #ADADAD. Windows color (decimal): -3163383 or 637903. OLE color: 637903.

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

Color convert

RGB 207 187 9 -
CMYK 0 0.10 0.96 0.19
HSL 53.94º 0.92% 0.42% -
HSV(B) 53.94º 0.96% 0.81% -
XYZ 43.55 48.83 7.39 -
YUV 172.69 35.63 152.47 -
System Red Green Blue C M Y K H S L
Decimal 207 187 9 0 0.10 0.96 0.19 53.94 0.92 0.42
Hex CF BB 9 0 A 60 13 36 5C 2A
Octal 317 273 11 0 12 140 23 66 134 52
Binary 11001111 10111011 1001 0 1010 1100000 10011 110110 1011100 101010

Color Harmonies of #CFBB09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFBB09

Black with #CFBB09

Text Example


Text Example

White with #CFBB09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFBB09; }

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

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

background-color css

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

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

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

border-color css

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

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

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