#CDCA2E

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

Shades of Barberry #CDCA2E

Tints of Barberry #CDCA2E

Color information

#CDCA2E (or 0xCDCA2E) is unknown color: approx Barberry. HEX triplet: CD, CA and 2E. RGB value is (205,202,46). Sum of RGB (Red+Green+Blue) = 205+202+46=453 (60% of max value = 765). Red value is 205 (80.47% from 255 or 45.25% from 453); Green value is 202 (79.30% from 255 or 44.59% from 453); Blue value is 46 (18.36% from 255 or 10.15% from 453); Max value from RGB is 205 - color contains mainly: red. Hex color #CDCA2E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDCA2E is #3235D1. Grayscale: #B9B9B9. Windows color (decimal): -3290578 or 3066573. OLE color: 3066573.

HSL color Cylindrical-coordinate representation of color #CDCA2E: hue angle of 58.87º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CDCA2E is Cyan = 0, Magento = 0.01, Yellow = 0.78 and Black (K on CMYK) = 0.20.

Color convert

RGB20520246-
CMYK00.010.780.20
HSL58.87º63.35%49.22%-
HSV(B)58.87º77.56%80.39%-
XYZ46.7955.4210.82-
YUV185.1149.49142.18-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 45.25%
GREEN value IS 202 (79.30% from 255) = 44.59%
BLUE value IS 46 (18.36% from 255) = 10.15%
R=45.25%
G=44.59%
B=10.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.78
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2052024600.010.780.2058.8763.3549.22
HexCDCA2E014E143b3f31
Octal315312560111624737761
Binary110011011100101010111001100111010100111011111111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDCA2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDCA2E; }

 p { color: rgb(205,202,46); }

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

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

 a { background-color: rgb(205,202,46); }

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

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

 span { border-color: rgb(205,202,46); }

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