Html Css Color HEX #CED916 Barberry

📋 copy color: '#CED916'

red 206 ◦ green 217 ◦ blue 22

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

Shades of Barberry #CED916

Tints of Barberry #CED916

RGB

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

 GREEN value IS 217 (85.16% from 255) = 48.76%

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

R = 46.29%
G = 48.76%
B = 4.94%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.90

 K value IS 0.15

RGB Variations

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

Color information

#CED916 (or 0xCED916) is known color: Barberry. HEX triplet: CE, D9 and 16. RGB value is (206,217,22). Sum of RGB (Red+Green+Blue) = 206+217+22=445 (58% of max value = 765). Red value is 206 (80.86% from 255 or 46.29% from 445); Green value is 217 (85.16% from 255 or 48.76% from 445); Blue value is 22 (8.98% from 255 or 4.94% from 445); Max value from RGB is 217 - color contains mainly: green. Hex color #CED916 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CED916 is #3126E9. Grayscale: #C0C0C0. Windows color (decimal): -3221226 or 1497550. OLE color: 1497550.

HSL color Cylindrical-coordinate representation of color #CED916: hue angle of 63.38º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CED916 is Cyan = 0.05, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.15.

Color convert

RGB 206 217 22 -
CMYK 0.05 0 0.90 0.15
HSL 63.38º 0.82% 0.47% -
HSV(B) 63.38º 0.9% 0.85% -
XYZ 50.41 62.81 10.22 -
YUV 191.48 32.36 138.36 -
System Red Green Blue C M Y K H S L
Decimal 206 217 22 0.05 0 0.90 0.15 63.38 0.82 0.47
Hex CE D9 16 5 0 5A F 3F 52 2F
Octal 316 331 26 5 0 132 17 77 122 57
Binary 11001110 11011001 10110 101 0 1011010 1111 111111 1010010 101111

Color Harmonies of #CED916

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CED916

Black with #CED916

Text Example


Text Example

White with #CED916

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CED916; }

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

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

background-color css

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

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

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

border-color css

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

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

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