Html Css Color HEX #DCBF7C Straw

📋 copy color: '#DCBF7C'

red 220 ◦ green 191 ◦ blue 124

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

Shades of Straw #DCBF7C

Tints of Straw #DCBF7C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 23.18%

R = 41.12%
G = 35.7%
B = 23.18%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.44

 K value IS 0.14

RGB Variations

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

Color information

#DCBF7C (or 0xDCBF7C) is known color: Straw. HEX triplet: DC, BF and 7C. RGB value is (220,191,124). Sum of RGB (Red+Green+Blue) = 220+191+124=535 (70% of max value = 765). Red value is 220 (86.33% from 255 or 41.12% from 535); Green value is 191 (75% from 255 or 35.70% from 535); Blue value is 124 (48.83% from 255 or 23.18% from 535); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBF7C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCBF7C is #234083. Grayscale: #C0C0C0. Windows color (decimal): -2310276 or 8175580. OLE color: 8175580.

HSL color Cylindrical-coordinate representation of color #DCBF7C: hue angle of 41.88º 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 #DCBF7C is Cyan = 0, Magento = 0.13, Yellow = 0.44 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 191 124 -
CMYK 0 0.13 0.44 0.14
HSL 41.88º 0.58% 0.67% -
HSV(B) 41.88º 0.44% 0.86% -
XYZ 51.78 53.93 26.75 -
YUV 192.03 89.61 147.95 -
System Red Green Blue C M Y K H S L
Decimal 220 191 124 0 0.13 0.44 0.14 41.88 0.58 0.67
Hex DC BF 7C 0 D 2C E 2A 3A 43
Octal 334 277 174 0 15 54 16 52 72 103
Binary 11011100 10111111 1111100 0 1101 101100 1110 101010 111010 1000011

Color Harmonies of #DCBF7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCBF7C

Black with #DCBF7C

Text Example


Text Example

White with #DCBF7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCBF7C; }

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

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

background-color css

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

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

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

border-color css

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

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

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