Html Css Color HEX #D2B680 Straw

📋 copy color: '#D2B680'

red 210 ◦ green 182 ◦ blue 128

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

Shades of Straw #D2B680

Tints of Straw #D2B680

RGB

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

 GREEN value IS 182 (71.48% from 255) = 35%

 BLUE value IS 128 (50.39% from 255) = 24.62%

R = 40.38%
G = 35%
B = 24.62%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.39

 K value IS 0.18

RGB Variations

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

Color information

#D2B680 (or 0xD2B680) is known color: Straw. HEX triplet: D2, B6 and 80. RGB value is (210,182,128). Sum of RGB (Red+Green+Blue) = 210+182+128=520 (68% of max value = 765). Red value is 210 (82.42% from 255 or 40.38% from 520); Green value is 182 (71.48% from 255 or 35% from 520); Blue value is 128 (50.39% from 255 or 24.62% from 520); Max value from RGB is 210 - color contains mainly: red. Hex color #D2B680 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D2B680 is #2D497F. Grayscale: #B8B8B8. Windows color (decimal): -2967936 or 8435410. OLE color: 8435410.

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

Color convert

RGB 210 182 128 -
CMYK 0 0.13 0.39 0.18
HSL 39.51º 0.48% 0.66% -
HSV(B) 39.51º 0.39% 0.82% -
XYZ 47.2 48.72 27.34 -
YUV 184.22 96.28 146.39 -
System Red Green Blue C M Y K H S L
Decimal 210 182 128 0 0.13 0.39 0.18 39.51 0.48 0.66
Hex D2 B6 80 0 D 27 12 28 30 42
Octal 322 266 200 0 15 47 22 50 60 102
Binary 11010010 10110110 10000000 0 1101 100111 10010 101000 110000 1000010

Color Harmonies of #D2B680

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2B680

Black with #D2B680

Text Example


Text Example

White with #D2B680

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2B680; }

 p { color: rgb(210,182,128); }

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

background-color css

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

 a { background-color: rgb(210,182,128); }

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

border-color css

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

 span { border-color: rgb(210,182,128); }

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