Html Css Color HEX #DCBF80 Straw

📋 copy color: '#DCBF80'

red 220 ◦ green 191 ◦ blue 128

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

Shades of Straw #DCBF80

Tints of Straw #DCBF80

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 23.75%

R = 40.82%
G = 35.44%
B = 23.75%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.42

 K value IS 0.14

RGB Variations

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

Color information

#DCBF80 (or 0xDCBF80) is known color: Straw. HEX triplet: DC, BF and 80. RGB value is (220,191,128). Sum of RGB (Red+Green+Blue) = 220+191+128=539 (71% of max value = 765). Red value is 220 (86.33% from 255 or 40.82% from 539); Green value is 191 (75% from 255 or 35.44% from 539); Blue value is 128 (50.39% from 255 or 23.75% from 539); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBF80 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCBF80 is #23407F. Grayscale: #C0C0C0. Windows color (decimal): -2310272 or 8437724. OLE color: 8437724.

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

Color convert

RGB 220 191 128 -
CMYK 0 0.13 0.42 0.14
HSL 41.09º 0.57% 0.68% -
HSV(B) 41.09º 0.42% 0.86% -
XYZ 52.04 54.04 28.11 -
YUV 192.49 91.61 147.62 -
System Red Green Blue C M Y K H S L
Decimal 220 191 128 0 0.13 0.42 0.14 41.09 0.57 0.68
Hex DC BF 80 0 D 2A E 29 39 44
Octal 334 277 200 0 15 52 16 51 71 104
Binary 11011100 10111111 10000000 0 1101 101010 1110 101001 111001 1000100

Color Harmonies of #DCBF80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCBF80

Black with #DCBF80

Text Example


Text Example

White with #DCBF80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCBF80; }

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

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

background-color css

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

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

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

border-color css

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

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

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