Html Css Color HEX #CEC510 Bird Flower

📋 copy color: '#CEC510'

red 206 ◦ green 197 ◦ blue 16

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

Shades of Bird Flower #CEC510

Tints of Bird Flower #CEC510

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 3.82%

R = 49.16%
G = 47.02%
B = 3.82%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.92

 K value IS 0.19

RGB Variations

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

Color information

#CEC510 (or 0xCEC510) is known color: Bird Flower. HEX triplet: CE, C5 and 10. RGB value is (206,197,16). Sum of RGB (Red+Green+Blue) = 206+197+16=419 (55% of max value = 765). Red value is 206 (80.86% from 255 or 49.16% from 419); Green value is 197 (77.34% from 255 or 47.02% from 419); Blue value is 16 (6.64% from 255 or 3.82% from 419); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC510 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CEC510 is #313AEF. Grayscale: #B3B3B3. Windows color (decimal): -3226352 or 1099214. OLE color: 1099214.

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

Color convert

RGB 206 197 16 -
CMYK 0 0.04 0.92 0.19
HSL 57.16º 0.86% 0.44% -
HSV(B) 57.16º 0.92% 0.81% -
XYZ 45.51 53.09 8.34 -
YUV 179.06 35.98 147.22 -
System Red Green Blue C M Y K H S L
Decimal 206 197 16 0 0.04 0.92 0.19 57.16 0.86 0.44
Hex CE C5 10 0 4 5C 13 39 56 2C
Octal 316 305 20 0 4 134 23 71 126 54
Binary 11001110 11000101 10000 0 100 1011100 10011 111001 1010110 101100

Color Harmonies of #CEC510

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEC510

Black with #CEC510

Text Example


Text Example

White with #CEC510

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEC510; }

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

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

background-color css

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

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

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

border-color css

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

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

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