Html Css Color HEX #CEAF09 Bird Flower

📋 copy color: '#CEAF09'

red 206 ◦ green 175 ◦ blue 9

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

Shades of Bird Flower #CEAF09

Tints of Bird Flower #CEAF09

RGB

 RED value IS 206 (80.86% from 255) = 52.82%

 GREEN value IS 175 (68.75% from 255) = 44.87%

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

R = 52.82%
G = 44.87%
B = 2.31%

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

#CEAF09 (or 0xCEAF09) is known color: Bird Flower. HEX triplet: CE, AF and 09. RGB value is (206,175,9). Sum of RGB (Red+Green+Blue) = 206+175+9=390 (51% of max value = 765). Red value is 206 (80.86% from 255 or 52.82% from 390); Green value is 175 (68.75% from 255 or 44.87% from 390); Blue value is 9 (3.91% from 255 or 2.31% from 390); Max value from RGB is 206 - color contains mainly: red. Hex color #CEAF09 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CEAF09 is #3150F6. Grayscale: #A6A6A6. Windows color (decimal): -3231991 or 634830. OLE color: 634830.

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

Color convert

RGB 206 175 9 -
CMYK 0 0.15 0.96 0.19
HSL 50.56º 0.92% 0.42% -
HSV(B) 50.56º 0.96% 0.81% -
XYZ 40.83 43.8 6.56 -
YUV 165.35 39.77 157 -
System Red Green Blue C M Y K H S L
Decimal 206 175 9 0 0.15 0.96 0.19 50.56 0.92 0.42
Hex CE AF 9 0 F 60 13 33 5C 2A
Octal 316 257 11 0 17 140 23 63 134 52
Binary 11001110 10101111 1001 0 1111 1100000 10011 110011 1011100 101010

Color Harmonies of #CEAF09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEAF09

Black with #CEAF09

Text Example


Text Example

White with #CEAF09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEAF09; }

 p { color: rgb(206,175,9); }

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

background-color css

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

 a { background-color: rgb(206,175,9); }

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

border-color css

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

 span { border-color: rgb(206,175,9); }

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