Html Css Color HEX #D2B978 Straw

📋 copy color: '#D2B978'

red 210 ◦ green 185 ◦ blue 120

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

Shades of Straw #D2B978

Tints of Straw #D2B978

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 23.3%

R = 40.78%
G = 35.92%
B = 23.3%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.43

 K value IS 0.18

RGB Variations

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

Color information

#D2B978 (or 0xD2B978) is known color: Straw. HEX triplet: D2, B9 and 78. RGB value is (210,185,120). Sum of RGB (Red+Green+Blue) = 210+185+120=515 (68% of max value = 765). Red value is 210 (82.42% from 255 or 40.78% from 515); Green value is 185 (72.66% from 255 or 35.92% from 515); Blue value is 120 (47.27% from 255 or 23.30% from 515); Max value from RGB is 210 - color contains mainly: red. Hex color #D2B978 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D2B978 is #2D4687. Grayscale: #B9B9B9. Windows color (decimal): -2967176 or 7911890. OLE color: 7911890.

HSL color Cylindrical-coordinate representation of color #D2B978: hue angle of 43.33º degrees, saturation: 0.5, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #D2B978 is Cyan = 0, Magento = 0.12, Yellow = 0.43 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 185 120 -
CMYK 0 0.12 0.43 0.18
HSL 43.33º 0.5% 0.65% -
HSV(B) 43.33º 0.43% 0.82% -
XYZ 47.32 49.76 24.88 -
YUV 185.07 91.28 145.79 -
System Red Green Blue C M Y K H S L
Decimal 210 185 120 0 0.12 0.43 0.18 43.33 0.5 0.65
Hex D2 B9 78 0 C 2B 12 2B 32 41
Octal 322 271 170 0 14 53 22 53 62 101
Binary 11010010 10111001 1111000 0 1100 101011 10010 101011 110010 1000001

Color Harmonies of #D2B978

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2B978

Black with #D2B978

Text Example


Text Example

White with #D2B978

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2B978; }

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

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

background-color css

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

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

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

border-color css

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

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

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