Html Css Color HEX #CEC116 Bird Flower

📋 copy color: '#CEC116'

red 206 ◦ green 193 ◦ blue 22

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

Shades of Bird Flower #CEC116

Tints of Bird Flower #CEC116

RGB

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

 GREEN value IS 193 (75.78% from 255) = 45.84%

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

R = 48.93%
G = 45.84%
B = 5.23%

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

#CEC116 (or 0xCEC116) is known color: Bird Flower. HEX triplet: CE, C1 and 16. RGB value is (206,193,22). Sum of RGB (Red+Green+Blue) = 206+193+22=421 (55% of max value = 765). Red value is 206 (80.86% from 255 or 48.93% from 421); Green value is 193 (75.78% from 255 or 45.84% from 421); Blue value is 22 (8.98% from 255 or 5.23% from 421); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC116 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CEC116 is #313EE9. Grayscale: #B2B2B2. Windows color (decimal): -3227370 or 1491406. OLE color: 1491406.

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

Color convert

RGB 206 193 22 -
CMYK 0 0.06 0.89 0.19
HSL 55.76º 0.81% 0.45% -
HSV(B) 55.76º 0.89% 0.81% -
XYZ 44.67 51.32 8.31 -
YUV 177.39 40.31 148.4 -
System Red Green Blue C M Y K H S L
Decimal 206 193 22 0 0.06 0.89 0.19 55.76 0.81 0.45
Hex CE C1 16 0 6 59 13 38 51 2D
Octal 316 301 26 0 6 131 23 70 121 55
Binary 11001110 11000001 10110 0 110 1011001 10011 111000 1010001 101101

Color Harmonies of #CEC116

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEC116

Black with #CEC116

Text Example


Text Example

White with #CEC116

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEC116; }

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

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

background-color css

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

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

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

border-color css

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

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

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