Html Css Color HEX #DCBC78 Straw

📋 copy color: '#DCBC78'

red 220 ◦ green 188 ◦ blue 120

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

Shades of Straw #DCBC78

Tints of Straw #DCBC78

RGB

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

 GREEN value IS 188 (73.83% from 255) = 35.61%

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

R = 41.67%
G = 35.61%
B = 22.73%

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

#DCBC78 (or 0xDCBC78) is known color: Straw. HEX triplet: DC, BC and 78. RGB value is (220,188,120). Sum of RGB (Red+Green+Blue) = 220+188+120=528 (69% of max value = 765). Red value is 220 (86.33% from 255 or 41.67% from 528); Green value is 188 (73.83% from 255 or 35.61% from 528); Blue value is 120 (47.27% from 255 or 22.73% from 528); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBC78 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCBC78 is #234387. Grayscale: #BEBEBE. Windows color (decimal): -2311048 or 7912668. OLE color: 7912668.

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

Color convert

RGB 220 188 120 -
CMYK 0 0.15 0.45 0.14
HSL 40.8º 0.59% 0.67% -
HSV(B) 40.8º 0.45% 0.86% -
XYZ 50.89 52.54 25.23 -
YUV 189.82 88.6 149.53 -
System Red Green Blue C M Y K H S L
Decimal 220 188 120 0 0.15 0.45 0.14 40.8 0.59 0.67
Hex DC BC 78 0 F 2D E 29 3B 43
Octal 334 274 170 0 17 55 16 51 73 103
Binary 11011100 10111100 1111000 0 1111 101101 1110 101001 111011 1000011

Color Harmonies of #DCBC78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCBC78

Black with #DCBC78

Text Example


Text Example

White with #DCBC78

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCBC78; }

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

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

background-color css

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

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

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

border-color css

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

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

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