Html Css Color HEX #DCBC7D Straw

📋 copy color: '#DCBC7D'

red 220 ◦ green 188 ◦ blue 125

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

Shades of Straw #DCBC7D

Tints of Straw #DCBC7D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 23.45%

R = 41.28%
G = 35.27%
B = 23.45%

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

#DCBC7D (or 0xDCBC7D) is known color: Straw. HEX triplet: DC, BC and 7D. RGB value is (220,188,125). Sum of RGB (Red+Green+Blue) = 220+188+125=533 (70% of max value = 765). Red value is 220 (86.33% from 255 or 41.28% from 533); Green value is 188 (73.83% from 255 or 35.27% from 533); Blue value is 125 (49.22% from 255 or 23.45% from 533); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBC7D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCBC7D is #234382. Grayscale: #BEBEBE. Windows color (decimal): -2311043 or 8240348. OLE color: 8240348.

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

Color convert

RGB 220 188 125 -
CMYK 0 0.15 0.43 0.14
HSL 39.79º 0.58% 0.68% -
HSV(B) 39.79º 0.43% 0.86% -
XYZ 51.2 52.66 26.87 -
YUV 190.39 91.1 149.12 -
System Red Green Blue C M Y K H S L
Decimal 220 188 125 0 0.15 0.43 0.14 39.79 0.58 0.68
Hex DC BC 7D 0 F 2B E 28 3A 44
Octal 334 274 175 0 17 53 16 50 72 104
Binary 11011100 10111100 1111101 0 1111 101011 1110 101000 111010 1000100

Color Harmonies of #DCBC7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCBC7D

Black with #DCBC7D

Text Example


Text Example

White with #DCBC7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCBC7D; }

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

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

background-color css

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

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

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

border-color css

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

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

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