Html Css Color HEX #CEC816 Bird Flower

📋 copy color: '#CEC816'

red 206 ◦ green 200 ◦ blue 22

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

Shades of Bird Flower #CEC816

Tints of Bird Flower #CEC816

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 5.14%

R = 48.13%
G = 46.73%
B = 5.14%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.89

 K value IS 0.19

RGB Variations

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

Color information

#CEC816 (or 0xCEC816) is known color: Bird Flower. HEX triplet: CE, C8 and 16. RGB value is (206,200,22). Sum of RGB (Red+Green+Blue) = 206+200+22=428 (56% of max value = 765). Red value is 206 (80.86% from 255 or 48.13% from 428); Green value is 200 (78.52% from 255 or 46.73% from 428); Blue value is 22 (8.98% from 255 or 5.14% from 428); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC816 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CEC816 is #3137E9. Grayscale: #B6B6B6. Windows color (decimal): -3225578 or 1493198. OLE color: 1493198.

HSL color Cylindrical-coordinate representation of color #CEC816: hue angle of 58.04º degrees, saturation: 0.81, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #CEC816 is Cyan = 0, Magento = 0.03, Yellow = 0.89 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 200 22 -
CMYK 0 0.03 0.89 0.19
HSL 58.04º 0.81% 0.45% -
HSV(B) 58.04º 0.89% 0.81% -
XYZ 46.25 54.49 8.84 -
YUV 181.5 37.99 145.47 -
System Red Green Blue C M Y K H S L
Decimal 206 200 22 0 0.03 0.89 0.19 58.04 0.81 0.45
Hex CE C8 16 0 3 59 13 3A 51 2D
Octal 316 310 26 0 3 131 23 72 121 55
Binary 11001110 11001000 10110 0 11 1011001 10011 111010 1010001 101101

Color Harmonies of #CEC816

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEC816

Black with #CEC816

Text Example


Text Example

White with #CEC816

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEC816; }

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

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

background-color css

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

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

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

border-color css

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

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

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