Html Css Color HEX #D2BB85 Straw

📋 copy color: '#D2BB85'

red 210 ◦ green 187 ◦ blue 133

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

Shades of Straw #D2BB85

Tints of Straw #D2BB85

RGB

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

 GREEN value IS 187 (73.44% from 255) = 35.28%

 BLUE value IS 133 (52.34% from 255) = 25.09%

R = 39.62%
G = 35.28%
B = 25.09%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.37

 K value IS 0.18

RGB Variations

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

Color information

#D2BB85 (or 0xD2BB85) is known color: Straw. HEX triplet: D2, BB and 85. RGB value is (210,187,133). Sum of RGB (Red+Green+Blue) = 210+187+133=530 (70% of max value = 765). Red value is 210 (82.42% from 255 or 39.62% from 530); Green value is 187 (73.44% from 255 or 35.28% from 530); Blue value is 133 (52.34% from 255 or 25.09% from 530); Max value from RGB is 210 - color contains mainly: red. Hex color #D2BB85 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D2BB85 is #2D447A. Grayscale: #BBBBBB. Windows color (decimal): -2966651 or 8764370. OLE color: 8764370.

HSL color Cylindrical-coordinate representation of color #D2BB85: hue angle of 42.08º degrees, saturation: 0.46, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #D2BB85 is Cyan = 0, Magento = 0.11, Yellow = 0.37 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 187 133 -
CMYK 0 0.11 0.37 0.18
HSL 42.08º 0.46% 0.67% -
HSV(B) 42.08º 0.37% 0.82% -
XYZ 48.58 50.94 29.46 -
YUV 187.72 97.12 143.89 -
System Red Green Blue C M Y K H S L
Decimal 210 187 133 0 0.11 0.37 0.18 42.08 0.46 0.67
Hex D2 BB 85 0 B 25 12 2A 2E 43
Octal 322 273 205 0 13 45 22 52 56 103
Binary 11010010 10111011 10000101 0 1011 100101 10010 101010 101110 1000011

Color Harmonies of #D2BB85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2BB85

Black with #D2BB85

Text Example


Text Example

White with #D2BB85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2BB85; }

 p { color: rgb(210,187,133); }

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

background-color css

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

 a { background-color: rgb(210,187,133); }

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

border-color css

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

 span { border-color: rgb(210,187,133); }

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