Html Css Color HEX #D2B929 Barberry

📋 copy color: '#D2B929'

red 210 ◦ green 185 ◦ blue 41

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

Shades of Barberry #D2B929

Tints of Barberry #D2B929

RGB

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

 GREEN value IS 185 (72.66% from 255) = 42.43%

 BLUE value IS 41 (16.41% from 255) = 9.4%

R = 48.17%
G = 42.43%
B = 9.4%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.80

 K value IS 0.18

RGB Variations

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

Color information

#D2B929 (or 0xD2B929) is known color: Barberry. HEX triplet: D2, B9 and 29. RGB value is (210,185,41). Sum of RGB (Red+Green+Blue) = 210+185+41=436 (57% of max value = 765). Red value is 210 (82.42% from 255 or 48.17% from 436); Green value is 185 (72.66% from 255 or 42.43% from 436); Blue value is 41 (16.41% from 255 or 9.40% from 436); Max value from RGB is 210 - color contains mainly: red. Hex color #D2B929 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D2B929 is #2D46D6. Grayscale: #B0B0B0. Windows color (decimal): -2967255 or 2734546. OLE color: 2734546.

HSL color Cylindrical-coordinate representation of color #D2B929: hue angle of 51.12º degrees, saturation: 0.67, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D2B929 is Cyan = 0, Magento = 0.12, Yellow = 0.80 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 185 41 -
CMYK 0 0.12 0.80 0.18
HSL 51.12º 0.67% 0.49% -
HSV(B) 51.12º 0.8% 0.82% -
XYZ 44.33 48.56 9.13 -
YUV 176.06 51.78 152.21 -
System Red Green Blue C M Y K H S L
Decimal 210 185 41 0 0.12 0.80 0.18 51.12 0.67 0.49
Hex D2 B9 29 0 C 50 12 33 43 31
Octal 322 271 51 0 14 120 22 63 103 61
Binary 11010010 10111001 101001 0 1100 1010000 10010 110011 1000011 110001

Color Harmonies of #D2B929

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2B929

Black with #D2B929

Text Example


Text Example

White with #D2B929

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2B929; }

 p { color: rgb(210,185,41); }

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

background-color css

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

 a { background-color: rgb(210,185,41); }

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

border-color css

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

 span { border-color: rgb(210,185,41); }

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