Html Css Color HEX #DCBB78 Straw

📋 copy color: '#DCBB78'

red 220 ◦ green 187 ◦ blue 120

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

Shades of Straw #DCBB78

Tints of Straw #DCBB78

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 22.77%

R = 41.75%
G = 35.48%
B = 22.77%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.45

 K value IS 0.14

RGB Variations

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

Color information

#DCBB78 (or 0xDCBB78) is known color: Straw. HEX triplet: DC, BB and 78. RGB value is (220,187,120). Sum of RGB (Red+Green+Blue) = 220+187+120=527 (69% of max value = 765). Red value is 220 (86.33% from 255 or 41.75% from 527); Green value is 187 (73.44% from 255 or 35.48% from 527); Blue value is 120 (47.27% from 255 or 22.77% from 527); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBB78 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCBB78 is #234487. Grayscale: #BDBDBD. Windows color (decimal): -2311304 or 7912412. OLE color: 7912412.

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

Color convert

RGB 220 187 120 -
CMYK 0 0.15 0.45 0.14
HSL 40.2º 0.59% 0.67% -
HSV(B) 40.2º 0.45% 0.86% -
XYZ 50.68 52.11 25.16 -
YUV 189.23 88.93 149.95 -
System Red Green Blue C M Y K H S L
Decimal 220 187 120 0 0.15 0.45 0.14 40.2 0.59 0.67
Hex DC BB 78 0 F 2D E 28 3B 43
Octal 334 273 170 0 17 55 16 50 73 103
Binary 11011100 10111011 1111000 0 1111 101101 1110 101000 111011 1000011

Color Harmonies of #DCBB78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCBB78

Black with #DCBB78

Text Example


Text Example

White with #DCBB78

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCBB78; }

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

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

background-color css

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

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

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

border-color css

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

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

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