Html Css Color HEX #CEC606 Bird Flower

📋 copy color: '#CEC606'

red 206 ◦ green 198 ◦ blue 6

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

Shades of Bird Flower #CEC606

Tints of Bird Flower #CEC606

RGB

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

 GREEN value IS 198 (77.73% from 255) = 48.29%

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

R = 50.24%
G = 48.29%
B = 1.46%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.97

 K value IS 0.19

RGB Variations

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

Color information

#CEC606 (or 0xCEC606) is known color: Bird Flower. HEX triplet: CE, C6 and 06. RGB value is (206,198,6). Sum of RGB (Red+Green+Blue) = 206+198+6=410 (54% of max value = 765). Red value is 206 (80.86% from 255 or 50.24% from 410); Green value is 198 (77.73% from 255 or 48.29% from 410); Blue value is 6 (2.73% from 255 or 1.46% from 410); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC606 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CEC606 is #3139F9. Grayscale: #B3B3B3. Windows color (decimal): -3226106 or 444110. OLE color: 444110.

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

Color convert

RGB 206 198 6 -
CMYK 0 0.04 0.97 0.19
HSL 57.6º 0.94% 0.42% -
HSV(B) 57.6º 0.97% 0.81% -
XYZ 45.68 53.52 8.1 -
YUV 178.5 30.65 147.61 -
System Red Green Blue C M Y K H S L
Decimal 206 198 6 0 0.04 0.97 0.19 57.6 0.94 0.42
Hex CE C6 6 0 4 61 13 3A 5E 2A
Octal 316 306 6 0 4 141 23 72 136 52
Binary 11001110 11000110 110 0 100 1100001 10011 111010 1011110 101010

Color Harmonies of #CEC606

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEC606

Black with #CEC606

Text Example


Text Example

White with #CEC606

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEC606; }

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

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

background-color css

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

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

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

border-color css

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

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

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