Html Css Color HEX #CED216 Barberry

📋 copy color: '#CED216'

red 206 ◦ green 210 ◦ blue 22

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

Shades of Barberry #CED216

Tints of Barberry #CED216

RGB

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

 GREEN value IS 210 (82.42% from 255) = 47.95%

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

R = 47.03%
G = 47.95%
B = 5.02%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.90

 K value IS 0.18

RGB Variations

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

Color information

#CED216 (or 0xCED216) is known color: Barberry. HEX triplet: CE, D2 and 16. RGB value is (206,210,22). Sum of RGB (Red+Green+Blue) = 206+210+22=438 (58% of max value = 765). Red value is 206 (80.86% from 255 or 47.03% from 438); Green value is 210 (82.42% from 255 or 47.95% from 438); Blue value is 22 (8.98% from 255 or 5.02% from 438); Max value from RGB is 210 - color contains mainly: green. Hex color #CED216 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CED216 is #312DE9. Grayscale: #BCBCBC. Windows color (decimal): -3223018 or 1495758. OLE color: 1495758.

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

Color convert

RGB 206 210 22 -
CMYK 0.02 0 0.90 0.18
HSL 61.28º 0.81% 0.45% -
HSV(B) 61.28º 0.9% 0.82% -
XYZ 48.65 59.27 9.64 -
YUV 187.37 34.67 141.29 -
System Red Green Blue C M Y K H S L
Decimal 206 210 22 0.02 0 0.90 0.18 61.28 0.81 0.45
Hex CE D2 16 2 0 5A 12 3D 51 2D
Octal 316 322 26 2 0 132 22 75 121 55
Binary 11001110 11010010 10110 10 0 1011010 10010 111101 1010001 101101

Color Harmonies of #CED216

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CED216

Black with #CED216

Text Example


Text Example

White with #CED216

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CED216; }

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

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

background-color css

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

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

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

border-color css

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

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

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