Html Css Color HEX #D2C221 Barberry

📋 copy color: '#D2C221'

red 210 ◦ green 194 ◦ blue 33

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

Shades of Barberry #D2C221

Tints of Barberry #D2C221

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 7.55%

R = 48.05%
G = 44.39%
B = 7.55%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.84

 K value IS 0.18

RGB Variations

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

Color information

#D2C221 (or 0xD2C221) is known color: Barberry. HEX triplet: D2, C2 and 21. RGB value is (210,194,33). Sum of RGB (Red+Green+Blue) = 210+194+33=437 (57% of max value = 765). Red value is 210 (82.42% from 255 or 48.05% from 437); Green value is 194 (76.17% from 255 or 44.39% from 437); Blue value is 33 (13.28% from 255 or 7.55% from 437); Max value from RGB is 210 - color contains mainly: red. Hex color #D2C221 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D2C221 is #2D3DDE. Grayscale: #B5B5B5. Windows color (decimal): -2964959 or 2212562. OLE color: 2212562.

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

Color convert

RGB 210 194 33 -
CMYK 0 0.08 0.84 0.18
HSL 54.58º 0.73% 0.48% -
HSV(B) 54.58º 0.84% 0.82% -
XYZ 46.14 52.4 9.12 -
YUV 180.43 44.8 149.09 -
System Red Green Blue C M Y K H S L
Decimal 210 194 33 0 0.08 0.84 0.18 54.58 0.73 0.48
Hex D2 C2 21 0 8 54 12 37 49 30
Octal 322 302 41 0 10 124 22 67 111 60
Binary 11010010 11000010 100001 0 1000 1010100 10010 110111 1001001 110000

Color Harmonies of #D2C221

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2C221

Black with #D2C221

Text Example


Text Example

White with #D2C221

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2C221; }

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

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

background-color css

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

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

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

border-color css

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

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

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