Html Css Color HEX #DCBF83 Straw

📋 copy color: '#DCBF83'

red 220 ◦ green 191 ◦ blue 131

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

Shades of Straw #DCBF83

Tints of Straw #DCBF83

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 24.17%

R = 40.59%
G = 35.24%
B = 24.17%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.40

 K value IS 0.14

RGB Variations

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

Color information

#DCBF83 (or 0xDCBF83) is known color: Straw. HEX triplet: DC, BF and 83. RGB value is (220,191,131). Sum of RGB (Red+Green+Blue) = 220+191+131=542 (71% of max value = 765). Red value is 220 (86.33% from 255 or 40.59% from 542); Green value is 191 (75% from 255 or 35.24% from 542); Blue value is 131 (51.56% from 255 or 24.17% from 542); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBF83 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCBF83 is #23407C. Grayscale: #C1C1C1. Windows color (decimal): -2310269 or 8634332. OLE color: 8634332.

HSL color Cylindrical-coordinate representation of color #DCBF83: hue angle of 40.45º degrees, saturation: 0.56, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #DCBF83 is Cyan = 0, Magento = 0.13, Yellow = 0.40 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 191 131 -
CMYK 0 0.13 0.40 0.14
HSL 40.45º 0.56% 0.69% -
HSV(B) 40.45º 0.4% 0.86% -
XYZ 52.24 54.12 29.16 -
YUV 192.83 93.11 147.38 -
System Red Green Blue C M Y K H S L
Decimal 220 191 131 0 0.13 0.40 0.14 40.45 0.56 0.69
Hex DC BF 83 0 D 28 E 28 38 45
Octal 334 277 203 0 15 50 16 50 70 105
Binary 11011100 10111111 10000011 0 1101 101000 1110 101000 111000 1000101

Color Harmonies of #DCBF83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCBF83

Black with #DCBF83

Text Example


Text Example

White with #DCBF83

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCBF83; }

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

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

background-color css

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

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

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

border-color css

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

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

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