Html Css Color HEX #DCBF89 Straw

📋 copy color: '#DCBF89'

red 220 ◦ green 191 ◦ blue 137

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

Shades of Straw #DCBF89

Tints of Straw #DCBF89

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 25%

R = 40.15%
G = 34.85%
B = 25%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.38

 K value IS 0.14

RGB Variations

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

Color information

#DCBF89 (or 0xDCBF89) is known color: Straw. HEX triplet: DC, BF and 89. RGB value is (220,191,137). Sum of RGB (Red+Green+Blue) = 220+191+137=548 (72% of max value = 765). Red value is 220 (86.33% from 255 or 40.15% from 548); Green value is 191 (75% from 255 or 34.85% from 548); Blue value is 137 (53.91% from 255 or 25% from 548); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBF89 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCBF89 is #234076. Grayscale: #C1C1C1. Windows color (decimal): -2310263 or 9027548. OLE color: 9027548.

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

Color convert

RGB 220 191 137 -
CMYK 0 0.13 0.38 0.14
HSL 39.04º 0.54% 0.7% -
HSV(B) 39.04º 0.38% 0.86% -
XYZ 52.66 54.28 31.37 -
YUV 193.52 96.11 146.89 -
System Red Green Blue C M Y K H S L
Decimal 220 191 137 0 0.13 0.38 0.14 39.04 0.54 0.7
Hex DC BF 89 0 D 26 E 27 36 46
Octal 334 277 211 0 15 46 16 47 66 106
Binary 11011100 10111111 10001001 0 1101 100110 1110 100111 110110 1000110

Color Harmonies of #DCBF89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCBF89

Black with #DCBF89

Text Example


Text Example

White with #DCBF89

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCBF89; }

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

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

background-color css

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

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

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

border-color css

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

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

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