Html Css Color HEX #CEAD09 Bird Flower

📋 copy color: '#CEAD09'

red 206 ◦ green 173 ◦ blue 9

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

Shades of Bird Flower #CEAD09

Tints of Bird Flower #CEAD09

RGB

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

 GREEN value IS 173 (67.97% from 255) = 44.59%

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

R = 53.09%
G = 44.59%
B = 2.32%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.96

 K value IS 0.19

RGB Variations

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

Color information

#CEAD09 (or 0xCEAD09) is known color: Bird Flower. HEX triplet: CE, AD and 09. RGB value is (206,173,9). Sum of RGB (Red+Green+Blue) = 206+173+9=388 (51% of max value = 765). Red value is 206 (80.86% from 255 or 53.09% from 388); Green value is 173 (67.97% from 255 or 44.59% from 388); Blue value is 9 (3.91% from 255 or 2.32% from 388); Max value from RGB is 206 - color contains mainly: red. Hex color #CEAD09 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CEAD09 is #3152F6. Grayscale: #A4A4A4. Windows color (decimal): -3232503 or 634318. OLE color: 634318.

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

Color convert

RGB 206 173 9 -
CMYK 0 0.16 0.96 0.19
HSL 49.95º 0.92% 0.42% -
HSV(B) 49.95º 0.96% 0.81% -
XYZ 40.45 43.03 6.43 -
YUV 164.17 40.43 157.84 -
System Red Green Blue C M Y K H S L
Decimal 206 173 9 0 0.16 0.96 0.19 49.95 0.92 0.42
Hex CE AD 9 0 10 60 13 32 5C 2A
Octal 316 255 11 0 20 140 23 62 134 52
Binary 11001110 10101101 1001 0 10000 1100000 10011 110010 1011100 101010

Color Harmonies of #CEAD09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEAD09

Black with #CEAD09

Text Example


Text Example

White with #CEAD09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEAD09; }

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

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

background-color css

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

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

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

border-color css

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

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

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