#CDC826

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

Shades of Barberry #CDC826

Tints of Barberry #CDC826

Color information

#CDC826 (or 0xCDC826) is unknown color: approx Barberry. HEX triplet: CD, C8 and 26. RGB value is (205,200,38). Sum of RGB (Red+Green+Blue) = 205+200+38=443 (58% of max value = 765). Red value is 205 (80.47% from 255 or 46.28% from 443); Green value is 200 (78.52% from 255 or 45.15% from 443); Blue value is 38 (15.23% from 255 or 8.58% from 443); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC826 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDC826 is #3237D9. Grayscale: #B7B7B7. Windows color (decimal): -3291098 or 2541773. OLE color: 2541773.

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

Color convert

RGB20520038-
CMYK00.020.810.20
HSL58.2º68.72%47.65%-
HSV(B)58.2º81.46%80.39%-
XYZ46.1854.439.91-
YUV183.0346.16143.67-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 46.28%
GREEN value IS 200 (78.52% from 255) = 45.15%
BLUE value IS 38 (15.23% from 255) = 8.58%
R=46.28%
G=45.15%
B=8.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.81
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2052003800.020.810.2058.268.7247.65
HexCDC8260251143a4530
Octal3153104602121247210560
Binary11001101110010001001100101010001101001110101000101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDC826

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDC826; }

 p { color: rgb(205,200,38); }

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

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

 a { background-color: rgb(205,200,38); }

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

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

 span { border-color: rgb(205,200,38); }

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