Html Css Color HEX #D0B985 Straw

📋 copy color: '#D0B985'

red 208 ◦ green 185 ◦ blue 133

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

Shades of Straw #D0B985

Tints of Straw #D0B985

RGB

 RED value IS 208 (81.64% from 255) = 39.54%

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

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

R = 39.54%
G = 35.17%
B = 25.29%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.36

 K value IS 0.18

RGB Variations

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

Color information

#D0B985 (or 0xD0B985) is known color: Straw. HEX triplet: D0, B9 and 85. RGB value is (208,185,133). Sum of RGB (Red+Green+Blue) = 208+185+133=526 (69% of max value = 765). Red value is 208 (81.64% from 255 or 39.54% from 526); Green value is 185 (72.66% from 255 or 35.17% from 526); Blue value is 133 (52.34% from 255 or 25.29% from 526); Max value from RGB is 208 - color contains mainly: red. Hex color #D0B985 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D0B985 is #2F467A. Grayscale: #BABABA. Windows color (decimal): -3098235 or 8763856. OLE color: 8763856.

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

Color convert

RGB 208 185 133 -
CMYK 0 0.11 0.36 0.18
HSL 41.6º 0.44% 0.67% -
HSV(B) 41.6º 0.36% 0.82% -
XYZ 47.6 49.8 29.29 -
YUV 185.95 98.12 143.73 -
System Red Green Blue C M Y K H S L
Decimal 208 185 133 0 0.11 0.36 0.18 41.6 0.44 0.67
Hex D0 B9 85 0 B 24 12 2A 2C 43
Octal 320 271 205 0 13 44 22 52 54 103
Binary 11010000 10111001 10000101 0 1011 100100 10010 101010 101100 1000011

Color Harmonies of #D0B985

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0B985

Black with #D0B985

Text Example


Text Example

White with #D0B985

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0B985; }

 p { color: rgb(208,185,133); }

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

background-color css

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

 a { background-color: rgb(208,185,133); }

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

border-color css

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

 span { border-color: rgb(208,185,133); }

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