#D3C622

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

Shades of Barberry #D3C622

Tints of Barberry #D3C622

Color information

#D3C622 (or 0xD3C622) is unknown color: approx Barberry. HEX triplet: D3, C6 and 22. RGB value is (211,198,34). Sum of RGB (Red+Green+Blue) = 211+198+34=443 (58% of max value = 765). Red value is 211 (82.81% from 255 or 47.63% from 443); Green value is 198 (77.73% from 255 or 44.70% from 443); Blue value is 34 (13.67% from 255 or 7.67% from 443); Max value from RGB is 211 - color contains mainly: red. Hex color #D3C622 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D3C622 is #2C39DD. Grayscale: #B7B7B7. Windows color (decimal): -2898398 or 2279123. OLE color: 2279123.

HSL color Cylindrical-coordinate representation of color #D3C622: hue angle of 55.59º degrees, saturation: 0.72, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D3C622 is Cyan = 0, Magento = 0.06, Yellow = 0.84 and Black (K on CMYK) = 0.17.

Color convert

RGB21119834-
CMYK00.060.840.17
HSL55.59º72.24%48.04%-
HSV(B)55.59º83.89%82.75%-
XYZ47.3554.359.51-
YUV183.1943.81147.84-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 47.63%
GREEN value IS 198 (77.73% from 255) = 44.70%
BLUE value IS 34 (13.67% from 255) = 7.67%
R=47.63%
G=44.70%
B=7.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.84
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2111983400.060.840.1755.5972.2448.04
HexD3C622065411384830
Octal3233064206124217011060
Binary110100111100011010001001101010100100011110001001000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3C622

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3C622; }

 p { color: rgb(211,198,34); }

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

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

 a { background-color: rgb(211,198,34); }

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

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

 span { border-color: rgb(211,198,34); }

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