#CDD518

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

Shades of Barberry #CDD518

Tints of Barberry #CDD518

Color information

#CDD518 (or 0xCDD518) is unknown color: approx Barberry. HEX triplet: CD, D5 and 18. RGB value is (205,213,24). Sum of RGB (Red+Green+Blue) = 205+213+24=442 (58% of max value = 765). Red value is 205 (80.47% from 255 or 46.38% from 442); Green value is 213 (83.59% from 255 or 48.19% from 442); Blue value is 24 (9.77% from 255 or 5.43% from 442); Max value from RGB is 213 - color contains mainly: green. Hex color #CDD518 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CDD518 is #322AE7. Grayscale: #BDBDBD. Windows color (decimal): -3287784 or 1627597. OLE color: 1627597.

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

Color convert

RGB20521324-
CMYK0.0400.890.16
HSL62.54º79.75%46.47%-
HSV(B)62.54º88.73%83.53%-
XYZ49.1460.639.98-
YUV189.0634.85139.37-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 46.38%
GREEN value IS 213 (83.59% from 255) = 48.19%
BLUE value IS 24 (9.77% from 255) = 5.43%
R=46.38%
G=48.19%
B=5.43%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal205213240.0400.890.1662.5479.7546.47
HexCDD5184059103f502e
Octal3153253040131207712056
Binary11001101110101011100010001011001100001111111010000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDD518

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDD518; }

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

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

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

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

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

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

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

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