Html Css Color HEX #DCBE7D Straw

📋 copy color: '#DCBE7D'

red 220 ◦ green 190 ◦ blue 125

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

Shades of Straw #DCBE7D

Tints of Straw #DCBE7D

RGB

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

 GREEN value IS 190 (74.61% from 255) = 35.51%

 BLUE value IS 125 (49.22% from 255) = 23.36%

R = 41.12%
G = 35.51%
B = 23.36%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.43

 K value IS 0.14

RGB Variations

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

Color information

#DCBE7D (or 0xDCBE7D) is known color: Straw. HEX triplet: DC, BE and 7D. RGB value is (220,190,125). Sum of RGB (Red+Green+Blue) = 220+190+125=535 (70% of max value = 765). Red value is 220 (86.33% from 255 or 41.12% from 535); Green value is 190 (74.61% from 255 or 35.51% from 535); Blue value is 125 (49.22% from 255 or 23.36% from 535); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBE7D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCBE7D is #234182. Grayscale: #BFBFBF. Windows color (decimal): -2310531 or 8240860. OLE color: 8240860.

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

Color convert

RGB 220 190 125 -
CMYK 0 0.14 0.43 0.14
HSL 41.05º 0.58% 0.68% -
HSV(B) 41.05º 0.43% 0.86% -
XYZ 51.63 53.52 27.01 -
YUV 191.56 90.44 148.29 -
System Red Green Blue C M Y K H S L
Decimal 220 190 125 0 0.14 0.43 0.14 41.05 0.58 0.68
Hex DC BE 7D 0 E 2B E 29 3A 44
Octal 334 276 175 0 16 53 16 51 72 104
Binary 11011100 10111110 1111101 0 1110 101011 1110 101001 111010 1000100

Color Harmonies of #DCBE7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCBE7D

Black with #DCBE7D

Text Example


Text Example

White with #DCBE7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCBE7D; }

 p { color: rgb(220,190,125); }

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

background-color css

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

 a { background-color: rgb(220,190,125); }

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

border-color css

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

 span { border-color: rgb(220,190,125); }

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