Html Css Color HEX #CED116 Barberry

📋 copy color: '#CED116'

red 206 ◦ green 209 ◦ blue 22

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

Shades of Barberry #CED116

Tints of Barberry #CED116

RGB

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

 GREEN value IS 209 (82.03% from 255) = 47.83%

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

R = 47.14%
G = 47.83%
B = 5.03%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.89

 K value IS 0.18

RGB Variations

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

Color information

#CED116 (or 0xCED116) is known color: Barberry. HEX triplet: CE, D1 and 16. RGB value is (206,209,22). Sum of RGB (Red+Green+Blue) = 206+209+22=437 (57% of max value = 765). Red value is 206 (80.86% from 255 or 47.14% from 437); Green value is 209 (82.03% from 255 or 47.83% from 437); Blue value is 22 (8.98% from 255 or 5.03% from 437); Max value from RGB is 209 - color contains mainly: green. Hex color #CED116 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CED116 is #312EE9. Grayscale: #BBBBBB. Windows color (decimal): -3223274 or 1495502. OLE color: 1495502.

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

Color convert

RGB 206 209 22 -
CMYK 0.01 0 0.89 0.18
HSL 60.96º 0.81% 0.45% -
HSV(B) 60.96º 0.89% 0.82% -
XYZ 48.4 58.78 9.55 -
YUV 186.79 35.01 141.71 -
System Red Green Blue C M Y K H S L
Decimal 206 209 22 0.01 0 0.89 0.18 60.96 0.81 0.45
Hex CE D1 16 1 0 59 12 3D 51 2D
Octal 316 321 26 1 0 131 22 75 121 55
Binary 11001110 11010001 10110 1 0 1011001 10010 111101 1010001 101101

Color Harmonies of #CED116

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CED116

Black with #CED116

Text Example


Text Example

White with #CED116

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CED116; }

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

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

background-color css

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

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

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

border-color css

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

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

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