Html Css Color HEX #D2BD22 Barberry

📋 copy color: '#D2BD22'

red 210 ◦ green 189 ◦ blue 34

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

Shades of Barberry #D2BD22

Tints of Barberry #D2BD22

RGB

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

 GREEN value IS 189 (74.22% from 255) = 43.65%

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

R = 48.5%
G = 43.65%
B = 7.85%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.84

 K value IS 0.18

RGB Variations

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

Color information

#D2BD22 (or 0xD2BD22) is known color: Barberry. HEX triplet: D2, BD and 22. RGB value is (210,189,34). Sum of RGB (Red+Green+Blue) = 210+189+34=433 (57% of max value = 765). Red value is 210 (82.42% from 255 or 48.50% from 433); Green value is 189 (74.22% from 255 or 43.65% from 433); Blue value is 34 (13.67% from 255 or 7.85% from 433); Max value from RGB is 210 - color contains mainly: red. Hex color #D2BD22 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D2BD22 is #2D42DD. Grayscale: #B2B2B2. Windows color (decimal): -2966238 or 2276818. OLE color: 2276818.

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

Color convert

RGB 210 189 34 -
CMYK 0 0.10 0.84 0.18
HSL 52.84º 0.72% 0.48% -
HSV(B) 52.84º 0.84% 0.82% -
XYZ 45.06 50.21 8.83 -
YUV 177.61 46.96 151.1 -
System Red Green Blue C M Y K H S L
Decimal 210 189 34 0 0.10 0.84 0.18 52.84 0.72 0.48
Hex D2 BD 22 0 A 54 12 35 48 30
Octal 322 275 42 0 12 124 22 65 110 60
Binary 11010010 10111101 100010 0 1010 1010100 10010 110101 1001000 110000

Color Harmonies of #D2BD22

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2BD22

Black with #D2BD22

Text Example


Text Example

White with #D2BD22

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2BD22; }

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

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

background-color css

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

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

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

border-color css

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

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

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