Html Css Color HEX #DCBE7B Straw

📋 copy color: '#DCBE7B'

red 220 ◦ green 190 ◦ blue 123

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

Shades of Straw #DCBE7B

Tints of Straw #DCBE7B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 23.08%

R = 41.28%
G = 35.65%
B = 23.08%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.44

 K value IS 0.14

RGB Variations

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

Color information

#DCBE7B (or 0xDCBE7B) is known color: Straw. HEX triplet: DC, BE and 7B. RGB value is (220,190,123). Sum of RGB (Red+Green+Blue) = 220+190+123=533 (70% of max value = 765). Red value is 220 (86.33% from 255 or 41.28% from 533); Green value is 190 (74.61% from 255 or 35.65% from 533); Blue value is 123 (48.44% from 255 or 23.08% from 533); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBE7B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCBE7B is #234184. Grayscale: #BFBFBF. Windows color (decimal): -2310533 or 8109788. OLE color: 8109788.

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

Color convert

RGB 220 190 123 -
CMYK 0 0.14 0.44 0.14
HSL 41.44º 0.58% 0.67% -
HSV(B) 41.44º 0.44% 0.86% -
XYZ 51.5 53.47 26.35 -
YUV 191.33 89.44 148.45 -
System Red Green Blue C M Y K H S L
Decimal 220 190 123 0 0.14 0.44 0.14 41.44 0.58 0.67
Hex DC BE 7B 0 E 2C E 29 3A 43
Octal 334 276 173 0 16 54 16 51 72 103
Binary 11011100 10111110 1111011 0 1110 101100 1110 101001 111010 1000011

Color Harmonies of #DCBE7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCBE7B

Black with #DCBE7B

Text Example


Text Example

White with #DCBE7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCBE7B; }

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

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

background-color css

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

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

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

border-color css

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

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

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