Html Css Color HEX #CEC800 Bird Flower

📋 copy color: '#CEC800'

red 206 ◦ green 200 ◦ blue 0

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

Shades of Bird Flower #CEC800

Tints of Bird Flower #CEC800

RGB

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

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

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

R = 50.74%
G = 49.26%
B = 0%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 1

 K value IS 0.19

RGB Variations

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

Color information

#CEC800 (or 0xCEC800) is known color: Bird Flower. HEX triplet: CE, C8 and 00. RGB value is (206,200,0). Sum of RGB (Red+Green+Blue) = 206+200+0=406 (53% of max value = 765). Red value is 206 (80.86% from 255 or 50.74% from 406); Green value is 200 (78.52% from 255 or 49.26% from 406); Blue value is 0 (0.39% from 255 or 0% from 406); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC800 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CEC800 is #3137FF. Grayscale: #B3B3B3. Windows color (decimal): -3225600 or 51406. OLE color: 51406.

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

Color convert

RGB 206 200 0 -
CMYK 0 0.03 1 0.19
HSL 58.25º 1% 0.4% -
HSV(B) 58.25º 1% 0.81% -
XYZ 46.11 54.43 8.08 -
YUV 178.99 26.99 147.26 -
System Red Green Blue C M Y K H S L
Decimal 206 200 0 0 0.03 1 0.19 58.25 1 0.4
Hex CE C8 0 0 3 64 13 3A 64 28
Octal 316 310 0 0 3 144 23 72 144 50
Binary 11001110 11001000 0 0 11 1100100 10011 111010 1100100 101000

Color Harmonies of #CEC800

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEC800

Black with #CEC800

Text Example


Text Example

White with #CEC800

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEC800; }

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

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

background-color css

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

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

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

border-color css

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

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

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