Html Css Color HEX #CEC016 Bird Flower

📋 copy color: '#CEC016'

red 206 ◦ green 192 ◦ blue 22

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

Shades of Bird Flower #CEC016

Tints of Bird Flower #CEC016

RGB

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

 GREEN value IS 192 (75.39% from 255) = 45.71%

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

R = 49.05%
G = 45.71%
B = 5.24%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.89

 K value IS 0.19

RGB Variations

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

Color information

#CEC016 (or 0xCEC016) is known color: Bird Flower. HEX triplet: CE, C0 and 16. RGB value is (206,192,22). Sum of RGB (Red+Green+Blue) = 206+192+22=420 (55% of max value = 765). Red value is 206 (80.86% from 255 or 49.05% from 420); Green value is 192 (75.39% from 255 or 45.71% from 420); Blue value is 22 (8.98% from 255 or 5.24% from 420); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC016 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CEC016 is #313FE9. Grayscale: #B1B1B1. Windows color (decimal): -3227626 or 1491150. OLE color: 1491150.

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

Color convert

RGB 206 192 22 -
CMYK 0 0.07 0.89 0.19
HSL 55.43º 0.81% 0.45% -
HSV(B) 55.43º 0.89% 0.81% -
XYZ 44.45 50.88 8.24 -
YUV 176.81 40.64 148.82 -
System Red Green Blue C M Y K H S L
Decimal 206 192 22 0 0.07 0.89 0.19 55.43 0.81 0.45
Hex CE C0 16 0 7 59 13 37 51 2D
Octal 316 300 26 0 7 131 23 67 121 55
Binary 11001110 11000000 10110 0 111 1011001 10011 110111 1010001 101101

Color Harmonies of #CEC016

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEC016

Black with #CEC016

Text Example


Text Example

White with #CEC016

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEC016; }

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

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

background-color css

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

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

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

border-color css

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

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

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