#D3CE26

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

Shades of Barberry #D3CE26

Tints of Barberry #D3CE26

Color information

#D3CE26 (or 0xD3CE26) is unknown color: approx Barberry. HEX triplet: D3, CE and 26. RGB value is (211,206,38). Sum of RGB (Red+Green+Blue) = 211+206+38=455 (60% of max value = 765). Red value is 211 (82.81% from 255 or 46.37% from 455); Green value is 206 (80.86% from 255 or 45.27% from 455); Blue value is 38 (15.23% from 255 or 8.35% from 455); Max value from RGB is 211 - color contains mainly: red. Hex color #D3CE26 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D3CE26 is #2C31D9. Grayscale: #BDBDBD. Windows color (decimal): -2896346 or 2543315. OLE color: 2543315.

HSL color Cylindrical-coordinate representation of color #D3CE26: hue angle of 58.27º degrees, saturation: 0.69, 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 #D3CE26 is Cyan = 0, Magento = 0.02, Yellow = 0.82 and Black (K on CMYK) = 0.17.

Color convert

RGB21120638-
CMYK00.020.820.17
HSL58.27º69.48%48.82%-
HSV(B)58.27º81.99%82.75%-
XYZ49.2958.1310.46-
YUV188.3443.16144.16-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 46.37%
GREEN value IS 206 (80.86% from 255) = 45.27%
BLUE value IS 38 (15.23% from 255) = 8.35%
R=46.37%
G=45.27%
B=8.35%

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
Decimal2112063800.020.820.1758.2769.4848.82
HexD3CE260252113a4531
Octal3233164602122217210561
Binary11010011110011101001100101010010100011110101000101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3CE26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3CE26; }

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

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

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

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

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

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

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

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