Html Css Color HEX #CEC806 Bird Flower

📋 copy color: '#CEC806'

red 206 ◦ green 200 ◦ blue 6

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

Shades of Bird Flower #CEC806

Tints of Bird Flower #CEC806

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 1.46%

R = 50%
G = 48.54%
B = 1.46%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.97

 K value IS 0.19

RGB Variations

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

Color information

#CEC806 (or 0xCEC806) is known color: Bird Flower. HEX triplet: CE, C8 and 06. RGB value is (206,200,6). Sum of RGB (Red+Green+Blue) = 206+200+6=412 (54% of max value = 765). Red value is 206 (80.86% from 255 or 50% from 412); Green value is 200 (78.52% from 255 or 48.54% from 412); Blue value is 6 (2.73% from 255 or 1.46% from 412); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC806 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CEC806 is #3137F9. Grayscale: #B4B4B4. Windows color (decimal): -3225594 or 444622. OLE color: 444622.

HSL color Cylindrical-coordinate representation of color #CEC806: hue angle of 58.2º degrees, saturation: 0.94, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #CEC806 is Cyan = 0, Magento = 0.03, Yellow = 0.97 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 200 6 -
CMYK 0 0.03 0.97 0.19
HSL 58.2º 0.94% 0.42% -
HSV(B) 58.2º 0.97% 0.81% -
XYZ 46.14 54.44 8.25 -
YUV 179.68 29.99 146.77 -
System Red Green Blue C M Y K H S L
Decimal 206 200 6 0 0.03 0.97 0.19 58.2 0.94 0.42
Hex CE C8 6 0 3 61 13 3A 5E 2A
Octal 316 310 6 0 3 141 23 72 136 52
Binary 11001110 11001000 110 0 11 1100001 10011 111010 1011110 101010

Color Harmonies of #CEC806

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEC806

Black with #CEC806

Text Example


Text Example

White with #CEC806

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEC806; }

 p { color: rgb(206,200,6); }

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

background-color css

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

 a { background-color: rgb(206,200,6); }

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

border-color css

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

 span { border-color: rgb(206,200,6); }

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