#CDBE25

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

Shades of Barberry #CDBE25

Tints of Barberry #CDBE25

Color information

#CDBE25 (or 0xCDBE25) is unknown color: approx Barberry. HEX triplet: CD, BE and 25. RGB value is (205,190,37). Sum of RGB (Red+Green+Blue) = 205+190+37=432 (57% of max value = 765). Red value is 205 (80.47% from 255 or 47.45% from 432); Green value is 190 (74.61% from 255 or 43.98% from 432); Blue value is 37 (14.84% from 255 or 8.56% from 432); Max value from RGB is 205 - color contains mainly: red. Hex color #CDBE25 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDBE25 is #3241DA. Grayscale: #B1B1B1. Windows color (decimal): -3293659 or 2473677. OLE color: 2473677.

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

Color convert

RGB20519037-
CMYK00.070.820.20
HSL54.64º69.42%47.45%-
HSV(B)54.64º81.95%80.39%-
XYZ43.9249.949.07-
YUV177.0448.97147.94-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 47.45%
GREEN value IS 190 (74.61% from 255) = 43.98%
BLUE value IS 37 (14.84% from 255) = 8.56%
R=47.45%
G=43.98%
B=8.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.82
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2051903700.070.820.2054.6469.4247.45
HexCDBE2507521437452f
Octal3152764507122246710557
Binary110011011011111010010101111010010101001101111000101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDBE25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDBE25; }

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

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

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

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

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

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

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

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