Html Css Color HEX #DCBB7E Straw

📋 copy color: '#DCBB7E'

red 220 ◦ green 187 ◦ blue 126

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

Shades of Straw #DCBB7E

Tints of Straw #DCBB7E

RGB

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

 GREEN value IS 187 (73.44% from 255) = 35.08%

 BLUE value IS 126 (49.61% from 255) = 23.64%

R = 41.28%
G = 35.08%
B = 23.64%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.43

 K value IS 0.14

RGB Variations

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

Color information

#DCBB7E (or 0xDCBB7E) is known color: Straw. HEX triplet: DC, BB and 7E. RGB value is (220,187,126). Sum of RGB (Red+Green+Blue) = 220+187+126=533 (70% of max value = 765). Red value is 220 (86.33% from 255 or 41.28% from 533); Green value is 187 (73.44% from 255 or 35.08% from 533); Blue value is 126 (49.61% from 255 or 23.64% from 533); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBB7E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCBB7E is #234481. Grayscale: #BEBEBE. Windows color (decimal): -2311298 or 8305628. OLE color: 8305628.

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

Color convert

RGB 220 187 126 -
CMYK 0 0.15 0.43 0.14
HSL 38.94º 0.57% 0.68% -
HSV(B) 38.94º 0.43% 0.86% -
XYZ 51.05 52.26 27.14 -
YUV 189.91 91.93 149.46 -
System Red Green Blue C M Y K H S L
Decimal 220 187 126 0 0.15 0.43 0.14 38.94 0.57 0.68
Hex DC BB 7E 0 F 2B E 27 39 44
Octal 334 273 176 0 17 53 16 47 71 104
Binary 11011100 10111011 1111110 0 1111 101011 1110 100111 111001 1000100

Color Harmonies of #DCBB7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCBB7E

Black with #DCBB7E

Text Example


Text Example

White with #DCBB7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCBB7E; }

 p { color: rgb(220,187,126); }

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

background-color css

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

 a { background-color: rgb(220,187,126); }

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

border-color css

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

 span { border-color: rgb(220,187,126); }

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