Html Css Color HEX #DCBE7A Straw

📋 copy color: '#DCBE7A'

red 220 ◦ green 190 ◦ blue 122

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

Shades of Straw #DCBE7A

Tints of Straw #DCBE7A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 22.93%

R = 41.35%
G = 35.71%
B = 22.93%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.45

 K value IS 0.14

RGB Variations

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

Color information

#DCBE7A (or 0xDCBE7A) is known color: Straw. HEX triplet: DC, BE and 7A. RGB value is (220,190,122). Sum of RGB (Red+Green+Blue) = 220+190+122=532 (70% of max value = 765). Red value is 220 (86.33% from 255 or 41.35% from 532); Green value is 190 (74.61% from 255 or 35.71% from 532); Blue value is 122 (48.05% from 255 or 22.93% from 532); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBE7A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCBE7A is #234185. Grayscale: #BFBFBF. Windows color (decimal): -2310534 or 8044252. OLE color: 8044252.

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

Color convert

RGB 220 190 122 -
CMYK 0 0.14 0.45 0.14
HSL 41.63º 0.58% 0.67% -
HSV(B) 41.63º 0.45% 0.86% -
XYZ 51.44 53.45 26.02 -
YUV 191.22 88.94 148.53 -
System Red Green Blue C M Y K H S L
Decimal 220 190 122 0 0.14 0.45 0.14 41.63 0.58 0.67
Hex DC BE 7A 0 E 2D E 2A 3A 43
Octal 334 276 172 0 16 55 16 52 72 103
Binary 11011100 10111110 1111010 0 1110 101101 1110 101010 111010 1000011

Color Harmonies of #DCBE7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCBE7A

Black with #DCBE7A

Text Example


Text Example

White with #DCBE7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCBE7A; }

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

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

background-color css

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

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

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

border-color css

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

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

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