Html Css Color HEX #DCBB7B Straw

📋 copy color: '#DCBB7B'

red 220 ◦ green 187 ◦ blue 123

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

Shades of Straw #DCBB7B

Tints of Straw #DCBB7B

RGB

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

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

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

R = 41.51%
G = 35.28%
B = 23.21%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.44

 K value IS 0.14

RGB Variations

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

Color information

#DCBB7B (or 0xDCBB7B) is known color: Straw. HEX triplet: DC, BB and 7B. RGB value is (220,187,123). Sum of RGB (Red+Green+Blue) = 220+187+123=530 (70% of max value = 765). Red value is 220 (86.33% from 255 or 41.51% from 530); Green value is 187 (73.44% from 255 or 35.28% from 530); Blue value is 123 (48.44% from 255 or 23.21% from 530); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBB7B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCBB7B is #234484. Grayscale: #BDBDBD. Windows color (decimal): -2311301 or 8109020. OLE color: 8109020.

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

Color convert

RGB 220 187 123 -
CMYK 0 0.15 0.44 0.14
HSL 39.59º 0.58% 0.67% -
HSV(B) 39.59º 0.44% 0.86% -
XYZ 50.86 52.19 26.13 -
YUV 189.57 90.43 149.7 -
System Red Green Blue C M Y K H S L
Decimal 220 187 123 0 0.15 0.44 0.14 39.59 0.58 0.67
Hex DC BB 7B 0 F 2C E 28 3A 43
Octal 334 273 173 0 17 54 16 50 72 103
Binary 11011100 10111011 1111011 0 1111 101100 1110 101000 111010 1000011

Color Harmonies of #DCBB7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCBB7B

Black with #DCBB7B

Text Example


Text Example

White with #DCBB7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCBB7B; }

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

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

background-color css

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

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

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

border-color css

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

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

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