Html Css Color HEX #CEC500 Bird Flower

📋 copy color: '#CEC500'

red 206 ◦ green 197 ◦ blue 0

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

Shades of Bird Flower #CEC500

Tints of Bird Flower #CEC500

RGB

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

 GREEN value IS 197 (77.34% from 255) = 48.88%

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

R = 51.12%
G = 48.88%
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

#CEC500 (or 0xCEC500) is known color: Bird Flower. HEX triplet: CE, C5 and 00. RGB value is (206,197,0). Sum of RGB (Red+Green+Blue) = 206+197+0=403 (53% of max value = 765). Red value is 206 (80.86% from 255 or 51.12% from 403); Green value is 197 (77.34% from 255 or 48.88% from 403); Blue value is 0 (0.39% from 255 or 0% from 403); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC500 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CEC500 is #313AFF. Grayscale: #B2B2B2. Windows color (decimal): -3226368 or 50638. OLE color: 50638.

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

Color convert

RGB 206 197 0 -
CMYK 0 0.04 1 0.19
HSL 57.38º 1% 0.4% -
HSV(B) 57.38º 1% 0.81% -
XYZ 45.42 53.05 7.85 -
YUV 177.23 27.98 148.52 -
System Red Green Blue C M Y K H S L
Decimal 206 197 0 0 0.04 1 0.19 57.38 1 0.4
Hex CE C5 0 0 4 64 13 39 64 28
Octal 316 305 0 0 4 144 23 71 144 50
Binary 11001110 11000101 0 0 100 1100100 10011 111001 1100100 101000

Color Harmonies of #CEC500

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEC500

Black with #CEC500

Text Example


Text Example

White with #CEC500

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEC500; }

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

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

background-color css

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

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

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

border-color css

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

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

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