Html Css Color HEX #DABF7D Straw

📋 copy color: '#DABF7D'

red 218 ◦ green 191 ◦ blue 125

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

Shades of Straw #DABF7D

Tints of Straw #DABF7D

RGB

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

 GREEN value IS 191 (75% from 255) = 35.77%

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

R = 40.82%
G = 35.77%
B = 23.41%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.43

 K value IS 0.15

RGB Variations

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

Color information

#DABF7D (or 0xDABF7D) is known color: Straw. HEX triplet: DA, BF and 7D. RGB value is (218,191,125). Sum of RGB (Red+Green+Blue) = 218+191+125=534 (70% of max value = 765). Red value is 218 (85.55% from 255 or 40.82% from 534); Green value is 191 (75% from 255 or 35.77% from 534); Blue value is 125 (49.22% from 255 or 23.41% from 534); Max value from RGB is 218 - color contains mainly: red. Hex color #DABF7D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DABF7D is #254082. Grayscale: #BFBFBF. Windows color (decimal): -2441347 or 8241114. OLE color: 8241114.

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

Color convert

RGB 218 191 125 -
CMYK 0 0.12 0.43 0.15
HSL 42.58º 0.56% 0.67% -
HSV(B) 42.58º 0.43% 0.85% -
XYZ 51.25 53.65 27.06 -
YUV 191.55 90.45 146.87 -
System Red Green Blue C M Y K H S L
Decimal 218 191 125 0 0.12 0.43 0.15 42.58 0.56 0.67
Hex DA BF 7D 0 C 2B F 2B 38 43
Octal 332 277 175 0 14 53 17 53 70 103
Binary 11011010 10111111 1111101 0 1100 101011 1111 101011 111000 1000011

Color Harmonies of #DABF7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DABF7D

Black with #DABF7D

Text Example


Text Example

White with #DABF7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DABF7D; }

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

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

background-color css

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

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

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

border-color css

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

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

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