Html Css Color HEX #D2C220 Barberry

📋 copy color: '#D2C220'

red 210 ◦ green 194 ◦ blue 32

#D2C220
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Barberry #D2C220

Tints of Barberry #D2C220

RGB

 RED value IS 210 (82.42% from 255) = 48.17%

 GREEN value IS 194 (76.17% from 255) = 44.5%

 BLUE value IS 32 (12.89% from 255) = 7.34%

R = 48.17%
G = 44.5%
B = 7.34%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.85

 K value IS 0.18

RGB Variations

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

Color information

#D2C220 (or 0xD2C220) is known color: Barberry. HEX triplet: D2, C2 and 20. RGB value is (210,194,32). Sum of RGB (Red+Green+Blue) = 210+194+32=436 (57% of max value = 765). Red value is 210 (82.42% from 255 or 48.17% from 436); Green value is 194 (76.17% from 255 or 44.50% from 436); Blue value is 32 (12.89% from 255 or 7.34% from 436); Max value from RGB is 210 - color contains mainly: red. Hex color #D2C220 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D2C220 is #2D3DDF. Grayscale: #B4B4B4. Windows color (decimal): -2964960 or 2147026. OLE color: 2147026.

HSL color Cylindrical-coordinate representation of color #D2C220: hue angle of 54.61º degrees, saturation: 0.74, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D2C220 is Cyan = 0, Magento = 0.08, Yellow = 0.85 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 194 32 -
CMYK 0 0.08 0.85 0.18
HSL 54.61º 0.74% 0.47% -
HSV(B) 54.61º 0.85% 0.82% -
XYZ 46.13 52.39 9.05 -
YUV 180.32 44.3 149.17 -
System Red Green Blue C M Y K H S L
Decimal 210 194 32 0 0.08 0.85 0.18 54.61 0.74 0.47
Hex D2 C2 20 0 8 55 12 37 4A 2F
Octal 322 302 40 0 10 125 22 67 112 57
Binary 11010010 11000010 100000 0 1000 1010101 10010 110111 1001010 101111

Color Harmonies of #D2C220

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2C220

Black with #D2C220

Text Example


Text Example

White with #D2C220

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2C220; }

 p { color: rgb(210,194,32); }

 H1.HeaderClassName
 {
   color: #D2C220;
 }
 .AnyTagClassName
 {
   color: #D2C220;
 }
</style>

background-color css

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

 a { background-color: rgb(210,194,32); }

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

border-color css

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

 span { border-color: rgb(210,194,32); }

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