Html Css Color HEX #CEAD08 Bird Flower

📋 copy color: '#CEAD08'

red 206 ◦ green 173 ◦ blue 8

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

Shades of Bird Flower #CEAD08

Tints of Bird Flower #CEAD08

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 2.07%

R = 53.23%
G = 44.7%
B = 2.07%

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

#CEAD08 (or 0xCEAD08) is known color: Bird Flower. HEX triplet: CE, AD and 08. RGB value is (206,173,8). Sum of RGB (Red+Green+Blue) = 206+173+8=387 (51% of max value = 765). Red value is 206 (80.86% from 255 or 53.23% from 387); Green value is 173 (67.97% from 255 or 44.70% from 387); Blue value is 8 (3.52% from 255 or 2.07% from 387); Max value from RGB is 206 - color contains mainly: red. Hex color #CEAD08 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CEAD08 is #3152F7. Grayscale: #A4A4A4. Windows color (decimal): -3232504 or 568782. OLE color: 568782.

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

Color convert

RGB 206 173 8 -
CMYK 0 0.16 0.96 0.19
HSL 50º 0.93% 0.42% -
HSV(B) 50º 0.96% 0.81% -
XYZ 40.44 43.03 6.4 -
YUV 164.06 39.93 157.92 -
System Red Green Blue C M Y K H S L
Decimal 206 173 8 0 0.16 0.96 0.19 50 0.93 0.42
Hex CE AD 8 0 10 60 13 32 5D 2A
Octal 316 255 10 0 20 140 23 62 135 52
Binary 11001110 10101101 1000 0 10000 1100000 10011 110010 1011101 101010

Color Harmonies of #CEAD08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEAD08

Black with #CEAD08

Text Example


Text Example

White with #CEAD08

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEAD08; }

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

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

background-color css

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

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

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

border-color css

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

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

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