Html Css Color HEX #CFC809 Bird Flower

📋 copy color: '#CFC809'

red 207 ◦ green 200 ◦ blue 9

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

Shades of Bird Flower #CFC809

Tints of Bird Flower #CFC809

RGB

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

 GREEN value IS 200 (78.52% from 255) = 48.08%

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

R = 49.76%
G = 48.08%
B = 2.16%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.96

 K value IS 0.19

RGB Variations

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

Color information

#CFC809 (or 0xCFC809) is known color: Bird Flower. HEX triplet: CF, C8 and 09. RGB value is (207,200,9). Sum of RGB (Red+Green+Blue) = 207+200+9=416 (55% of max value = 765). Red value is 207 (81.25% from 255 or 49.76% from 416); Green value is 200 (78.52% from 255 or 48.08% from 416); Blue value is 9 (3.91% from 255 or 2.16% from 416); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC809 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CFC809 is #3037F6. Grayscale: #B5B5B5. Windows color (decimal): -3160055 or 641231. OLE color: 641231.

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

Color convert

RGB 207 200 9 -
CMYK 0 0.03 0.96 0.19
HSL 57.88º 0.92% 0.42% -
HSV(B) 57.88º 0.96% 0.81% -
XYZ 46.44 54.59 8.35 -
YUV 180.32 31.32 147.03 -
System Red Green Blue C M Y K H S L
Decimal 207 200 9 0 0.03 0.96 0.19 57.88 0.92 0.42
Hex CF C8 9 0 3 60 13 3A 5C 2A
Octal 317 310 11 0 3 140 23 72 134 52
Binary 11001111 11001000 1001 0 11 1100000 10011 111010 1011100 101010

Color Harmonies of #CFC809

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFC809

Black with #CFC809

Text Example


Text Example

White with #CFC809

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFC809; }

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

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

background-color css

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

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

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

border-color css

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

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

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