#CDC918

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

Shades of Barberry #CDC918

Tints of Barberry #CDC918

Color information

#CDC918 (or 0xCDC918) is unknown color: approx Barberry. HEX triplet: CD, C9 and 18. RGB value is (205,201,24). Sum of RGB (Red+Green+Blue) = 205+201+24=430 (56% of max value = 765). Red value is 205 (80.47% from 255 or 47.67% from 430); Green value is 201 (78.91% from 255 or 46.74% from 430); Blue value is 24 (9.77% from 255 or 5.58% from 430); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC918 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CDC918 is #3236E7. Grayscale: #B6B6B6. Windows color (decimal): -3290856 or 1624525. OLE color: 1624525.

HSL color Cylindrical-coordinate representation of color #CDC918: hue angle of 58.67º degrees, saturation: 0.79, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #CDC918 is Cyan = 0, Magento = 0.02, Yellow = 0.88 and Black (K on CMYK) = 0.20.

Color convert

RGB20520124-
CMYK00.020.880.20
HSL58.67º79.04%44.9%-
HSV(B)58.67º88.29%80.39%-
XYZ46.2354.829.01-
YUV182.0238.83144.39-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 47.67%
GREEN value IS 201 (78.91% from 255) = 46.74%
BLUE value IS 24 (9.77% from 255) = 5.58%
R=47.67%
G=46.74%
B=5.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.88
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2052012400.020.880.2058.6779.0444.9
HexCDC9180258143b4f2d
Octal3153113002130247311755
Binary1100110111001001110000101011000101001110111001111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDC918

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDC918; }

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

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

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

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

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

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

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

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