Html Css Color HEX #DCBF8B Straw

📋 copy color: '#DCBF8B'

red 220 ◦ green 191 ◦ blue 139

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

Shades of Straw #DCBF8B

Tints of Straw #DCBF8B

RGB

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

 GREEN value IS 191 (75% from 255) = 34.73%

 BLUE value IS 139 (54.69% from 255) = 25.27%

R = 40%
G = 34.73%
B = 25.27%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.37

 K value IS 0.14

RGB Variations

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

Color information

#DCBF8B (or 0xDCBF8B) is known color: Straw. HEX triplet: DC, BF and 8B. RGB value is (220,191,139). Sum of RGB (Red+Green+Blue) = 220+191+139=550 (72% of max value = 765). Red value is 220 (86.33% from 255 or 40% from 550); Green value is 191 (75% from 255 or 34.73% from 550); Blue value is 139 (54.69% from 255 or 25.27% from 550); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBF8B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCBF8B is #234074. Grayscale: #C1C1C1. Windows color (decimal): -2310261 or 9158620. OLE color: 9158620.

HSL color Cylindrical-coordinate representation of color #DCBF8B: hue angle of 38.52º degrees, saturation: 0.54, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #DCBF8B is Cyan = 0, Magento = 0.13, Yellow = 0.37 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 191 139 -
CMYK 0 0.13 0.37 0.14
HSL 38.52º 0.54% 0.7% -
HSV(B) 38.52º 0.37% 0.86% -
XYZ 52.81 54.34 32.13 -
YUV 193.74 97.11 146.73 -
System Red Green Blue C M Y K H S L
Decimal 220 191 139 0 0.13 0.37 0.14 38.52 0.54 0.7
Hex DC BF 8B 0 D 25 E 27 36 46
Octal 334 277 213 0 15 45 16 47 66 106
Binary 11011100 10111111 10001011 0 1101 100101 1110 100111 110110 1000110

Color Harmonies of #DCBF8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCBF8B

Black with #DCBF8B

Text Example


Text Example

White with #DCBF8B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCBF8B; }

 p { color: rgb(220,191,139); }

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

background-color css

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

 a { background-color: rgb(220,191,139); }

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

border-color css

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

 span { border-color: rgb(220,191,139); }

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