#CDBE28

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

Shades of Barberry #CDBE28

Tints of Barberry #CDBE28

Color information

#CDBE28 (or 0xCDBE28) is unknown color: approx Barberry. HEX triplet: CD, BE and 28. RGB value is (205,190,40). Sum of RGB (Red+Green+Blue) = 205+190+40=435 (57% of max value = 765). Red value is 205 (80.47% from 255 or 47.13% from 435); Green value is 190 (74.61% from 255 or 43.68% from 435); Blue value is 40 (16.02% from 255 or 9.20% from 435); Max value from RGB is 205 - color contains mainly: red. Hex color #CDBE28 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDBE28 is #3241D7. Grayscale: #B2B2B2. Windows color (decimal): -3293656 or 2670285. OLE color: 2670285.

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

Color convert

RGB20519040-
CMYK00.070.800.20
HSL54.55º67.35%48.04%-
HSV(B)54.55º80.49%80.39%-
XYZ43.9749.969.33-
YUV177.3850.47147.7-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 47.13%
GREEN value IS 190 (74.61% from 255) = 43.68%
BLUE value IS 40 (16.02% from 255) = 9.20%
R=47.13%
G=43.68%
B=9.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.80
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2051904000.070.800.2054.5567.3548.04
HexCDBE28075014374330
Octal3152765007120246710360
Binary110011011011111010100001111010000101001101111000011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDBE28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDBE28; }

 p { color: rgb(205,190,40); }

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

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

 a { background-color: rgb(205,190,40); }

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

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

 span { border-color: rgb(205,190,40); }

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