Html Css Color HEX #D0B681 Straw

📋 copy color: '#D0B681'

red 208 ◦ green 182 ◦ blue 129

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

Shades of Straw #D0B681

Tints of Straw #D0B681

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 24.86%

R = 40.08%
G = 35.07%
B = 24.86%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.38

 K value IS 0.18

RGB Variations

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

Color information

#D0B681 (or 0xD0B681) is known color: Straw. HEX triplet: D0, B6 and 81. RGB value is (208,182,129). Sum of RGB (Red+Green+Blue) = 208+182+129=519 (68% of max value = 765). Red value is 208 (81.64% from 255 or 40.08% from 519); Green value is 182 (71.48% from 255 or 35.07% from 519); Blue value is 129 (50.78% from 255 or 24.86% from 519); Max value from RGB is 208 - color contains mainly: red. Hex color #D0B681 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D0B681 is #2F497E. Grayscale: #B7B7B7. Windows color (decimal): -3099007 or 8500944. OLE color: 8500944.

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

Color convert

RGB 208 182 129 -
CMYK 0 0.12 0.38 0.18
HSL 40.25º 0.46% 0.66% -
HSV(B) 40.25º 0.38% 0.82% -
XYZ 46.7 48.45 27.66 -
YUV 183.73 97.11 145.31 -
System Red Green Blue C M Y K H S L
Decimal 208 182 129 0 0.12 0.38 0.18 40.25 0.46 0.66
Hex D0 B6 81 0 C 26 12 28 2E 42
Octal 320 266 201 0 14 46 22 50 56 102
Binary 11010000 10110110 10000001 0 1100 100110 10010 101000 101110 1000010

Color Harmonies of #D0B681

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0B681

Black with #D0B681

Text Example


Text Example

White with #D0B681

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0B681; }

 p { color: rgb(208,182,129); }

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

background-color css

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

 a { background-color: rgb(208,182,129); }

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

border-color css

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

 span { border-color: rgb(208,182,129); }

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