#D9CB1D

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

Shades of Barberry #D9CB1D

Tints of Barberry #D9CB1D

Color information

#D9CB1D (or 0xD9CB1D) is unknown color: approx Barberry. HEX triplet: D9, CB and 1D. RGB value is (217,203,29). Sum of RGB (Red+Green+Blue) = 217+203+29=449 (59% of max value = 765). Red value is 217 (85.16% from 255 or 48.33% from 449); Green value is 203 (79.69% from 255 or 45.21% from 449); Blue value is 29 (11.72% from 255 or 6.46% from 449); Max value from RGB is 217 - color contains mainly: red. Hex color #D9CB1D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D9CB1D is #2634E2. Grayscale: #BCBCBC. Windows color (decimal): -2503907 or 1952729. OLE color: 1952729.

HSL color Cylindrical-coordinate representation of color #D9CB1D: hue angle of 55.53º degrees, saturation: 0.76, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D9CB1D is Cyan = 0, Magento = 0.06, Yellow = 0.87 and Black (K on CMYK) = 0.15.

Color convert

RGB21720329-
CMYK00.060.870.15
HSL55.53º76.42%48.24%-
HSV(B)55.53º86.64%85.1%-
XYZ50.1957.559.63-
YUV187.3538.64149.15-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 48.33%
GREEN value IS 203 (79.69% from 255) = 45.21%
BLUE value IS 29 (11.72% from 255) = 6.46%
R=48.33%
G=45.21%
B=6.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.87
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2172032900.060.870.1555.5376.4248.24
HexD9CB1D0657F384c30
Octal3313133506127177011460
Binary1101100111001011111010110101011111111110001001100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9CB1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9CB1D; }

 p { color: rgb(217,203,29); }

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

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

 a { background-color: rgb(217,203,29); }

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

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

 span { border-color: rgb(217,203,29); }

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