Html Css Color HEX #DCBD85 Straw

📋 copy color: '#DCBD85'

red 220 ◦ green 189 ◦ blue 133

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

Shades of Straw #DCBD85

Tints of Straw #DCBD85

RGB

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

 GREEN value IS 189 (74.22% from 255) = 34.87%

 BLUE value IS 133 (52.34% from 255) = 24.54%

R = 40.59%
G = 34.87%
B = 24.54%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.40

 K value IS 0.14

RGB Variations

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

Color information

#DCBD85 (or 0xDCBD85) is known color: Straw. HEX triplet: DC, BD and 85. RGB value is (220,189,133). Sum of RGB (Red+Green+Blue) = 220+189+133=542 (71% of max value = 765). Red value is 220 (86.33% from 255 or 40.59% from 542); Green value is 189 (74.22% from 255 or 34.87% from 542); Blue value is 133 (52.34% from 255 or 24.54% from 542); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBD85 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCBD85 is #23427A. Grayscale: #C0C0C0. Windows color (decimal): -2310779 or 8764892. OLE color: 8764892.

HSL color Cylindrical-coordinate representation of color #DCBD85: hue angle of 38.62º degrees, saturation: 0.55, 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 #DCBD85 is Cyan = 0, Magento = 0.14, Yellow = 0.40 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 189 133 -
CMYK 0 0.14 0.40 0.14
HSL 38.62º 0.55% 0.69% -
HSV(B) 38.62º 0.4% 0.86% -
XYZ 51.95 53.3 29.74 -
YUV 191.89 94.77 148.05 -
System Red Green Blue C M Y K H S L
Decimal 220 189 133 0 0.14 0.40 0.14 38.62 0.55 0.69
Hex DC BD 85 0 E 28 E 27 37 45
Octal 334 275 205 0 16 50 16 47 67 105
Binary 11011100 10111101 10000101 0 1110 101000 1110 100111 110111 1000101

Color Harmonies of #DCBD85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCBD85

Black with #DCBD85

Text Example


Text Example

White with #DCBD85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCBD85; }

 p { color: rgb(220,189,133); }

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

background-color css

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

 a { background-color: rgb(220,189,133); }

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

border-color css

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

 span { border-color: rgb(220,189,133); }

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