#D3CE25

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

Shades of Barberry #D3CE25

Tints of Barberry #D3CE25

Color information

#D3CE25 (or 0xD3CE25) is unknown color: approx Barberry. HEX triplet: D3, CE and 25. RGB value is (211,206,37). Sum of RGB (Red+Green+Blue) = 211+206+37=454 (60% of max value = 765). Red value is 211 (82.81% from 255 or 46.48% from 454); Green value is 206 (80.86% from 255 or 45.37% from 454); Blue value is 37 (14.84% from 255 or 8.15% from 454); Max value from RGB is 211 - color contains mainly: red. Hex color #D3CE25 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D3CE25 is #2C31DA. Grayscale: #BCBCBC. Windows color (decimal): -2896347 or 2477779. OLE color: 2477779.

HSL color Cylindrical-coordinate representation of color #D3CE25: hue angle of 58.28º degrees, saturation: 0.7, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D3CE25 is Cyan = 0, Magento = 0.02, Yellow = 0.82 and Black (K on CMYK) = 0.17.

Color convert

RGB21120637-
CMYK00.020.820.17
HSL58.28º70.16%48.63%-
HSV(B)58.28º82.46%82.75%-
XYZ49.2758.1310.37-
YUV188.2342.66144.24-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 46.48%
GREEN value IS 206 (80.86% from 255) = 45.37%
BLUE value IS 37 (14.84% from 255) = 8.15%
R=46.48%
G=45.37%
B=8.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.82
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2112063700.020.820.1758.2870.1648.63
HexD3CE250252113a4631
Octal3233164502122217210661
Binary11010011110011101001010101010010100011110101000110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3CE25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3CE25; }

 p { color: rgb(211,206,37); }

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

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

 a { background-color: rgb(211,206,37); }

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

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

 span { border-color: rgb(211,206,37); }

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