#D9CE2A

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

Shades of Barberry #D9CE2A

Tints of Barberry #D9CE2A

Color information

#D9CE2A (or 0xD9CE2A) is unknown color: approx Barberry. HEX triplet: D9, CE and 2A. RGB value is (217,206,42). Sum of RGB (Red+Green+Blue) = 217+206+42=465 (61% of max value = 765). Red value is 217 (85.16% from 255 or 46.67% from 465); Green value is 206 (80.86% from 255 or 44.30% from 465); Blue value is 42 (16.80% from 255 or 9.03% from 465); Max value from RGB is 217 - color contains mainly: red. Hex color #D9CE2A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D9CE2A is #2631D5. Grayscale: #BFBFBF. Windows color (decimal): -2503126 or 2805465. OLE color: 2805465.

HSL color Cylindrical-coordinate representation of color #D9CE2A: hue angle of 56.23º degrees, saturation: 0.7, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D9CE2A is Cyan = 0, Magento = 0.05, Yellow = 0.81 and Black (K on CMYK) = 0.15.

Color convert

RGB21720642-
CMYK00.050.810.15
HSL56.23º69.72%50.78%-
HSV(B)56.23º80.65%85.1%-
XYZ51.159.0610.9-
YUV190.5944.14146.84-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 46.67%
GREEN value IS 206 (80.86% from 255) = 44.30%
BLUE value IS 42 (16.80% from 255) = 9.03%
R=46.67%
G=44.30%
B=9.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.81
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2172064200.050.810.1556.2369.7250.78
HexD9CE2A0551F384633
Octal3313165205121177010663
Binary11011001110011101010100101101000111111110001000110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9CE2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9CE2A; }

 p { color: rgb(217,206,42); }

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

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

 a { background-color: rgb(217,206,42); }

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

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

 span { border-color: rgb(217,206,42); }

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