Html Css Color HEX #DCB97B Straw

📋 copy color: '#DCB97B'

red 220 ◦ green 185 ◦ blue 123

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

Shades of Straw #DCB97B

Tints of Straw #DCB97B

RGB

 RED value IS 220 (86.33% from 255) = 41.67%

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

 BLUE value IS 123 (48.44% from 255) = 23.3%

R = 41.67%
G = 35.04%
B = 23.3%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.44

 K value IS 0.14

RGB Variations

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

Color information

#DCB97B (or 0xDCB97B) is known color: Straw. HEX triplet: DC, B9 and 7B. RGB value is (220,185,123). Sum of RGB (Red+Green+Blue) = 220+185+123=528 (69% of max value = 765). Red value is 220 (86.33% from 255 or 41.67% from 528); Green value is 185 (72.66% from 255 or 35.04% from 528); Blue value is 123 (48.44% from 255 or 23.30% from 528); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB97B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCB97B is #234684. Grayscale: #BCBCBC. Windows color (decimal): -2311813 or 8108508. OLE color: 8108508.

HSL color Cylindrical-coordinate representation of color #DCB97B: hue angle of 38.35º degrees, saturation: 0.58, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #DCB97B is Cyan = 0, Magento = 0.16, Yellow = 0.44 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 185 123 -
CMYK 0 0.16 0.44 0.14
HSL 38.35º 0.58% 0.67% -
HSV(B) 38.35º 0.44% 0.86% -
XYZ 50.44 51.34 25.99 -
YUV 188.4 91.1 150.54 -
System Red Green Blue C M Y K H S L
Decimal 220 185 123 0 0.16 0.44 0.14 38.35 0.58 0.67
Hex DC B9 7B 0 10 2C E 26 3A 43
Octal 334 271 173 0 20 54 16 46 72 103
Binary 11011100 10111001 1111011 0 10000 101100 1110 100110 111010 1000011

Color Harmonies of #DCB97B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCB97B

Black with #DCB97B

Text Example


Text Example

White with #DCB97B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCB97B; }

 p { color: rgb(220,185,123); }

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

background-color css

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

 a { background-color: rgb(220,185,123); }

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

border-color css

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

 span { border-color: rgb(220,185,123); }

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