Html Css Color HEX #CEC200 Bird Flower

📋 copy color: '#CEC200'

red 206 ◦ green 194 ◦ blue 0

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

Shades of Bird Flower #CEC200

Tints of Bird Flower #CEC200

RGB

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

 GREEN value IS 194 (76.17% from 255) = 48.5%

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

R = 51.5%
G = 48.5%
B = 0%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 1

 K value IS 0.19

RGB Variations

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

Color information

#CEC200 (or 0xCEC200) is known color: Bird Flower. HEX triplet: CE, C2 and 00. RGB value is (206,194,0). Sum of RGB (Red+Green+Blue) = 206+194+0=400 (52% of max value = 765). Red value is 206 (80.86% from 255 or 51.5% from 400); Green value is 194 (76.17% from 255 or 48.5% from 400); Blue value is 0 (0.39% from 255 or 0% from 400); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC200 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CEC200 is #313DFF. Grayscale: #B0B0B0. Windows color (decimal): -3227136 or 49870. OLE color: 49870.

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

Color convert

RGB 206 194 0 -
CMYK 0 0.06 1 0.19
HSL 56.5º 1% 0.4% -
HSV(B) 56.5º 1% 0.81% -
XYZ 44.75 51.71 7.62 -
YUV 175.47 28.98 149.77 -
System Red Green Blue C M Y K H S L
Decimal 206 194 0 0 0.06 1 0.19 56.5 1 0.4
Hex CE C2 0 0 6 64 13 39 64 28
Octal 316 302 0 0 6 144 23 71 144 50
Binary 11001110 11000010 0 0 110 1100100 10011 111001 1100100 101000

Color Harmonies of #CEC200

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEC200

Black with #CEC200

Text Example


Text Example

White with #CEC200

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEC200; }

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

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

background-color css

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

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

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

border-color css

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

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

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