Html Css Color HEX #D2C322 Barberry

📋 copy color: '#D2C322'

red 210 ◦ green 195 ◦ blue 34

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

Shades of Barberry #D2C322

Tints of Barberry #D2C322

RGB

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

 GREEN value IS 195 (76.56% from 255) = 44.42%

 BLUE value IS 34 (13.67% from 255) = 7.74%

R = 47.84%
G = 44.42%
B = 7.74%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.84

 K value IS 0.18

RGB Variations

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

Color information

#D2C322 (or 0xD2C322) is known color: Barberry. HEX triplet: D2, C3 and 22. RGB value is (210,195,34). Sum of RGB (Red+Green+Blue) = 210+195+34=439 (58% of max value = 765). Red value is 210 (82.42% from 255 or 47.84% from 439); Green value is 195 (76.56% from 255 or 44.42% from 439); Blue value is 34 (13.67% from 255 or 7.74% from 439); Max value from RGB is 210 - color contains mainly: red. Hex color #D2C322 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D2C322 is #2D3CDD. Grayscale: #B5B5B5. Windows color (decimal): -2964702 or 2278354. OLE color: 2278354.

HSL color Cylindrical-coordinate representation of color #D2C322: hue angle of 54.89º degrees, saturation: 0.72, 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 #D2C322 is Cyan = 0, Magento = 0.07, Yellow = 0.84 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 195 34 -
CMYK 0 0.07 0.84 0.18
HSL 54.89º 0.72% 0.48% -
HSV(B) 54.89º 0.84% 0.82% -
XYZ 46.38 52.85 9.27 -
YUV 181.13 44.97 148.59 -
System Red Green Blue C M Y K H S L
Decimal 210 195 34 0 0.07 0.84 0.18 54.89 0.72 0.48
Hex D2 C3 22 0 7 54 12 37 48 30
Octal 322 303 42 0 7 124 22 67 110 60
Binary 11010010 11000011 100010 0 111 1010100 10010 110111 1001000 110000

Color Harmonies of #D2C322

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2C322

Black with #D2C322

Text Example


Text Example

White with #D2C322

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2C322; }

 p { color: rgb(210,195,34); }

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

background-color css

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

 a { background-color: rgb(210,195,34); }

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

border-color css

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

 span { border-color: rgb(210,195,34); }

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