#D5C422

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

Shades of Barberry #D5C422

Tints of Barberry #D5C422

Color information

#D5C422 (or 0xD5C422) is unknown color: approx Barberry. HEX triplet: D5, C4 and 22. RGB value is (213,196,34). Sum of RGB (Red+Green+Blue) = 213+196+34=443 (58% of max value = 765). Red value is 213 (83.59% from 255 or 48.08% from 443); Green value is 196 (76.95% from 255 or 44.24% from 443); Blue value is 34 (13.67% from 255 or 7.67% from 443); Max value from RGB is 213 - color contains mainly: red. Hex color #D5C422 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D5C422 is #2A3BDD. Grayscale: #B7B7B7. Windows color (decimal): -2767838 or 2278613. OLE color: 2278613.

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

Color convert

RGB21319634-
CMYK00.080.840.16
HSL54.3º72.47%48.43%-
HSV(B)54.3º84.04%83.53%-
XYZ47.4753.749.38-
YUV182.6144.13149.67-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 48.08%
GREEN value IS 196 (76.95% from 255) = 44.24%
BLUE value IS 34 (13.67% from 255) = 7.67%
R=48.08%
G=44.24%
B=7.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.84
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2131963400.080.840.1654.372.4748.43
HexD5C422085410364830
Octal32530442010124206611060
Binary1101010111000100100010010001010100100001101101001000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5C422

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5C422; }

 p { color: rgb(213,196,34); }

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

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

 a { background-color: rgb(213,196,34); }

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

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

 span { border-color: rgb(213,196,34); }

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