Html Css Color HEX #CEC600 Bird Flower

📋 copy color: '#CEC600'

red 206 ◦ green 198 ◦ blue 0

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

Shades of Bird Flower #CEC600

Tints of Bird Flower #CEC600

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 50.99%
G = 49.01%
B = 0%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 1

 K value IS 0.19

RGB Variations

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

Color information

#CEC600 (or 0xCEC600) is known color: Bird Flower. HEX triplet: CE, C6 and 00. RGB value is (206,198,0). Sum of RGB (Red+Green+Blue) = 206+198+0=404 (53% of max value = 765). Red value is 206 (80.86% from 255 or 50.99% from 404); Green value is 198 (77.73% from 255 or 49.01% from 404); Blue value is 0 (0.39% from 255 or 0% from 404); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC600 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CEC600 is #3139FF. Grayscale: #B2B2B2. Windows color (decimal): -3226112 or 50894. OLE color: 50894.

HSL color Cylindrical-coordinate representation of color #CEC600: hue angle of 57.67º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CEC600 is Cyan = 0, Magento = 0.04, Yellow = 1 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 198 0 -
CMYK 0 0.04 1 0.19
HSL 57.67º 1% 0.4% -
HSV(B) 57.67º 1% 0.81% -
XYZ 45.65 53.51 7.92 -
YUV 177.82 27.65 148.1 -
System Red Green Blue C M Y K H S L
Decimal 206 198 0 0 0.04 1 0.19 57.67 1 0.4
Hex CE C6 0 0 4 64 13 3A 64 28
Octal 316 306 0 0 4 144 23 72 144 50
Binary 11001110 11000110 0 0 100 1100100 10011 111010 1100100 101000

Color Harmonies of #CEC600

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEC600

Black with #CEC600

Text Example


Text Example

White with #CEC600

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEC600; }

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

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

background-color css

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

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

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

border-color css

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

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

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