Html Css Color HEX #D2BC7F Straw

📋 copy color: '#D2BC7F'

red 210 ◦ green 188 ◦ blue 127

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

Shades of Straw #D2BC7F

Tints of Straw #D2BC7F

RGB

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

 GREEN value IS 188 (73.83% from 255) = 35.81%

 BLUE value IS 127 (50% from 255) = 24.19%

R = 40%
G = 35.81%
B = 24.19%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.40

 K value IS 0.18

RGB Variations

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

Color information

#D2BC7F (or 0xD2BC7F) is known color: Straw. HEX triplet: D2, BC and 7F. RGB value is (210,188,127). Sum of RGB (Red+Green+Blue) = 210+188+127=525 (69% of max value = 765). Red value is 210 (82.42% from 255 or 40% from 525); Green value is 188 (73.83% from 255 or 35.81% from 525); Blue value is 127 (50% from 255 or 24.19% from 525); Max value from RGB is 210 - color contains mainly: red. Hex color #D2BC7F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D2BC7F is #2D4380. Grayscale: #BBBBBB. Windows color (decimal): -2966401 or 8371410. OLE color: 8371410.

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

Color convert

RGB 210 188 127 -
CMYK 0 0.10 0.40 0.18
HSL 44.1º 0.48% 0.66% -
HSV(B) 44.1º 0.4% 0.82% -
XYZ 48.39 51.2 27.41 -
YUV 187.62 93.79 143.96 -
System Red Green Blue C M Y K H S L
Decimal 210 188 127 0 0.10 0.40 0.18 44.1 0.48 0.66
Hex D2 BC 7F 0 A 28 12 2C 30 42
Octal 322 274 177 0 12 50 22 54 60 102
Binary 11010010 10111100 1111111 0 1010 101000 10010 101100 110000 1000010

Color Harmonies of #D2BC7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2BC7F

Black with #D2BC7F

Text Example


Text Example

White with #D2BC7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2BC7F; }

 p { color: rgb(210,188,127); }

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

background-color css

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

 a { background-color: rgb(210,188,127); }

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

border-color css

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

 span { border-color: rgb(210,188,127); }

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