Html Css Color HEX #DABC7D Straw

📋 copy color: '#DABC7D'

red 218 ◦ green 188 ◦ blue 125

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

Shades of Straw #DABC7D

Tints of Straw #DABC7D

RGB

 RED value IS 218 (85.55% from 255) = 41.05%

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

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

R = 41.05%
G = 35.4%
B = 23.54%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.43

 K value IS 0.15

RGB Variations

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

Color information

#DABC7D (or 0xDABC7D) is known color: Straw. HEX triplet: DA, BC and 7D. RGB value is (218,188,125). Sum of RGB (Red+Green+Blue) = 218+188+125=531 (70% of max value = 765). Red value is 218 (85.55% from 255 or 41.05% from 531); Green value is 188 (73.83% from 255 or 35.40% from 531); Blue value is 125 (49.22% from 255 or 23.54% from 531); Max value from RGB is 218 - color contains mainly: red. Hex color #DABC7D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DABC7D is #254382. Grayscale: #BEBEBE. Windows color (decimal): -2442115 or 8240346. OLE color: 8240346.

HSL color Cylindrical-coordinate representation of color #DABC7D: hue angle of 40.65º degrees, saturation: 0.56, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #DABC7D is Cyan = 0, Magento = 0.14, Yellow = 0.43 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 188 125 -
CMYK 0 0.14 0.43 0.15
HSL 40.65º 0.56% 0.67% -
HSV(B) 40.65º 0.43% 0.85% -
XYZ 50.6 52.35 26.84 -
YUV 189.79 91.44 148.12 -
System Red Green Blue C M Y K H S L
Decimal 218 188 125 0 0.14 0.43 0.15 40.65 0.56 0.67
Hex DA BC 7D 0 E 2B F 29 38 43
Octal 332 274 175 0 16 53 17 51 70 103
Binary 11011010 10111100 1111101 0 1110 101011 1111 101001 111000 1000011

Color Harmonies of #DABC7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DABC7D

Black with #DABC7D

Text Example


Text Example

White with #DABC7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DABC7D; }

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

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

background-color css

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

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

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

border-color css

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

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

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