Html Css Color HEX #DCBC7F Straw

📋 copy color: '#DCBC7F'

red 220 ◦ green 188 ◦ blue 127

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

Shades of Straw #DCBC7F

Tints of Straw #DCBC7F

RGB

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

 GREEN value IS 188 (73.83% from 255) = 35.14%

 BLUE value IS 127 (50% from 255) = 23.74%

R = 41.12%
G = 35.14%
B = 23.74%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.42

 K value IS 0.14

RGB Variations

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

Color information

#DCBC7F (or 0xDCBC7F) is known color: Straw. HEX triplet: DC, BC and 7F. RGB value is (220,188,127). Sum of RGB (Red+Green+Blue) = 220+188+127=535 (70% of max value = 765). Red value is 220 (86.33% from 255 or 41.12% from 535); Green value is 188 (73.83% from 255 or 35.14% from 535); Blue value is 127 (50% from 255 or 23.74% from 535); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBC7F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCBC7F is #234380. Grayscale: #BEBEBE. Windows color (decimal): -2311041 or 8371420. OLE color: 8371420.

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

Color convert

RGB 220 188 127 -
CMYK 0 0.15 0.42 0.14
HSL 39.35º 0.57% 0.68% -
HSV(B) 39.35º 0.42% 0.86% -
XYZ 51.33 52.71 27.55 -
YUV 190.61 92.1 148.96 -
System Red Green Blue C M Y K H S L
Decimal 220 188 127 0 0.15 0.42 0.14 39.35 0.57 0.68
Hex DC BC 7F 0 F 2A E 27 39 44
Octal 334 274 177 0 17 52 16 47 71 104
Binary 11011100 10111100 1111111 0 1111 101010 1110 100111 111001 1000100

Color Harmonies of #DCBC7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCBC7F

Black with #DCBC7F

Text Example


Text Example

White with #DCBC7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCBC7F; }

 p { color: rgb(220,188,127); }

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

background-color css

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

 a { background-color: rgb(220,188,127); }

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

border-color css

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

 span { border-color: rgb(220,188,127); }

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