Html Css Color HEX #CEC900 Bird Flower

📋 copy color: '#CEC900'

red 206 ◦ green 201 ◦ blue 0

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

Shades of Bird Flower #CEC900

Tints of Bird Flower #CEC900

RGB

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

 GREEN value IS 201 (78.91% from 255) = 49.39%

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

R = 50.61%
G = 49.39%
B = 0%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 1

 K value IS 0.19

RGB Variations

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

Color information

#CEC900 (or 0xCEC900) is known color: Bird Flower. HEX triplet: CE, C9 and 00. RGB value is (206,201,0). Sum of RGB (Red+Green+Blue) = 206+201+0=407 (53% of max value = 765). Red value is 206 (80.86% from 255 or 50.61% from 407); Green value is 201 (78.91% from 255 or 49.39% from 407); Blue value is 0 (0.39% from 255 or 0% from 407); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC900 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CEC900 is #3136FF. Grayscale: #B4B4B4. Windows color (decimal): -3225344 or 51662. OLE color: 51662.

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

Color convert

RGB 206 201 0 -
CMYK 0 0.02 1 0.19
HSL 58.54º 1% 0.4% -
HSV(B) 58.54º 1% 0.81% -
XYZ 46.34 54.9 8.15 -
YUV 179.58 26.66 146.84 -
System Red Green Blue C M Y K H S L
Decimal 206 201 0 0 0.02 1 0.19 58.54 1 0.4
Hex CE C9 0 0 2 64 13 3B 64 28
Octal 316 311 0 0 2 144 23 73 144 50
Binary 11001110 11001001 0 0 10 1100100 10011 111011 1100100 101000

Color Harmonies of #CEC900

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEC900

Black with #CEC900

Text Example


Text Example

White with #CEC900

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEC900; }

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

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

background-color css

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

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

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

border-color css

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

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

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