#CED518

Color #CED518 Barberry (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Barberry #CED518

Tints of Barberry #CED518

Color information

#CED518 (or 0xCED518) is unknown color: approx Barberry. HEX triplet: CE, D5 and 18. RGB value is (206,213,24). Sum of RGB (Red+Green+Blue) = 206+213+24=443 (58% of max value = 765). Red value is 206 (80.86% from 255 or 46.50% from 443); Green value is 213 (83.59% from 255 or 48.08% from 443); Blue value is 24 (9.77% from 255 or 5.42% from 443); Max value from RGB is 213 - color contains mainly: green. Hex color #CED518 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CED518 is #312AE7. Grayscale: #BEBEBE. Windows color (decimal): -3222248 or 1627598. OLE color: 1627598.

HSL color Cylindrical-coordinate representation of color #CED518: hue angle of 62.22º degrees, saturation: 0.8, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #CED518 is Cyan = 0.03, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.16.

Color convert

RGB20621324-
CMYK0.0300.890.16
HSL62.22º79.75%46.47%-
HSV(B)62.22º88.73%83.53%-
XYZ49.4160.789.99-
YUV189.3634.68139.87-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 46.50%
GREEN value IS 213 (83.59% from 255) = 48.08%
BLUE value IS 24 (9.77% from 255) = 5.42%
R=46.50%
G=48.08%
B=5.42%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal206213240.0300.890.1662.2279.7546.47
HexCED5183059103e502e
Octal3163253030131207612056
Binary1100111011010101110001101011001100001111101010000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CED518

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CED518; }

 p { color: rgb(206,213,24); }

 H1.HeaderClassName
 {
   color: #CED518;
 }
 .AnyTagClassName
 {
   color: #CED518;
 }
</style>
background-color css

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

 a { background-color: rgb(206,213,24); }

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

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

 span { border-color: rgb(206,213,24); }

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