#D6C32C

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

Shades of Barberry #D6C32C

Tints of Barberry #D6C32C

Color information

#D6C32C (or 0xD6C32C) is unknown color: approx Barberry. HEX triplet: D6, C3 and 2C. RGB value is (214,195,44). Sum of RGB (Red+Green+Blue) = 214+195+44=453 (60% of max value = 765). Red value is 214 (83.98% from 255 or 47.24% from 453); Green value is 195 (76.56% from 255 or 43.05% from 453); Blue value is 44 (17.58% from 255 or 9.71% from 453); Max value from RGB is 214 - color contains mainly: red. Hex color #D6C32C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D6C32C is #293CD3. Grayscale: #B8B8B8. Windows color (decimal): -2702548 or 2933718. OLE color: 2933718.

HSL color Cylindrical-coordinate representation of color #D6C32C: hue angle of 53.29º degrees, saturation: 0.67, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D6C32C is Cyan = 0, Magento = 0.09, Yellow = 0.79 and Black (K on CMYK) = 0.16.

Color convert

RGB21419544-
CMYK00.090.790.16
HSL53.29º67.46%50.59%-
HSV(B)53.29º79.44%83.92%-
XYZ47.753.5110.2-
YUV183.4749.29149.78-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 47.24%
GREEN value IS 195 (76.56% from 255) = 43.05%
BLUE value IS 44 (17.58% from 255) = 9.71%
R=47.24%
G=43.05%
B=9.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.79
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2141954400.090.790.1653.2967.4650.59
HexD6C32C094F10354333
Octal32630354011117206510363
Binary1101011011000011101100010011001111100001101011000011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6C32C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6C32C; }

 p { color: rgb(214,195,44); }

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

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

 a { background-color: rgb(214,195,44); }

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

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

 span { border-color: rgb(214,195,44); }

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