Html Css Color HEX #CFBF09 Bird Flower

📋 copy color: '#CFBF09'

red 207 ◦ green 191 ◦ blue 9

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

Shades of Bird Flower #CFBF09

Tints of Bird Flower #CFBF09

RGB

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

 GREEN value IS 191 (75% from 255) = 46.93%

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

R = 50.86%
G = 46.93%
B = 2.21%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.96

 K value IS 0.19

RGB Variations

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

Color information

#CFBF09 (or 0xCFBF09) is known color: Bird Flower. HEX triplet: CF, BF and 09. RGB value is (207,191,9). Sum of RGB (Red+Green+Blue) = 207+191+9=407 (53% of max value = 765). Red value is 207 (81.25% from 255 or 50.86% from 407); Green value is 191 (75% from 255 or 46.93% from 407); Blue value is 9 (3.91% from 255 or 2.21% from 407); Max value from RGB is 207 - color contains mainly: red. Hex color #CFBF09 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CFBF09 is #3040F6. Grayscale: #AFAFAF. Windows color (decimal): -3162359 or 638927. OLE color: 638927.

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

Color convert

RGB 207 191 9 -
CMYK 0 0.08 0.96 0.19
HSL 55.15º 0.92% 0.42% -
HSV(B) 55.15º 0.96% 0.81% -
XYZ 44.41 50.55 7.67 -
YUV 175.04 34.3 150.8 -
System Red Green Blue C M Y K H S L
Decimal 207 191 9 0 0.08 0.96 0.19 55.15 0.92 0.42
Hex CF BF 9 0 8 60 13 37 5C 2A
Octal 317 277 11 0 10 140 23 67 134 52
Binary 11001111 10111111 1001 0 1000 1100000 10011 110111 1011100 101010

Color Harmonies of #CFBF09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFBF09

Black with #CFBF09

Text Example


Text Example

White with #CFBF09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFBF09; }

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

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

background-color css

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

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

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

border-color css

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

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

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