Html Css Color HEX #CEC216 Bird Flower

📋 copy color: '#CEC216'

red 206 ◦ green 194 ◦ blue 22

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

Shades of Bird Flower #CEC216

Tints of Bird Flower #CEC216

RGB

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

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

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

R = 48.82%
G = 45.97%
B = 5.21%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.89

 K value IS 0.19

RGB Variations

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

Color information

#CEC216 (or 0xCEC216) is known color: Bird Flower. HEX triplet: CE, C2 and 16. RGB value is (206,194,22). Sum of RGB (Red+Green+Blue) = 206+194+22=422 (55% of max value = 765). Red value is 206 (80.86% from 255 or 48.82% from 422); Green value is 194 (76.17% from 255 or 45.97% from 422); Blue value is 22 (8.98% from 255 or 5.21% from 422); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC216 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CEC216 is #313DE9. Grayscale: #B2B2B2. Windows color (decimal): -3227114 or 1491662. OLE color: 1491662.

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

Color convert

RGB 206 194 22 -
CMYK 0 0.06 0.89 0.19
HSL 56.09º 0.81% 0.45% -
HSV(B) 56.09º 0.89% 0.81% -
XYZ 44.89 51.76 8.38 -
YUV 177.98 39.98 147.99 -
System Red Green Blue C M Y K H S L
Decimal 206 194 22 0 0.06 0.89 0.19 56.09 0.81 0.45
Hex CE C2 16 0 6 59 13 38 51 2D
Octal 316 302 26 0 6 131 23 70 121 55
Binary 11001110 11000010 10110 0 110 1011001 10011 111000 1010001 101101

Color Harmonies of #CEC216

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEC216

Black with #CEC216

Text Example


Text Example

White with #CEC216

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEC216; }

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

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

background-color css

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

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

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

border-color css

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

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

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