Html Css Color HEX #DABF7B Straw

📋 copy color: '#DABF7B'

red 218 ◦ green 191 ◦ blue 123

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

Shades of Straw #DABF7B

Tints of Straw #DABF7B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 23.12%

R = 40.98%
G = 35.9%
B = 23.12%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.44

 K value IS 0.15

RGB Variations

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

Color information

#DABF7B (or 0xDABF7B) is known color: Straw. HEX triplet: DA, BF and 7B. RGB value is (218,191,123). Sum of RGB (Red+Green+Blue) = 218+191+123=532 (70% of max value = 765). Red value is 218 (85.55% from 255 or 40.98% from 532); Green value is 191 (75% from 255 or 35.90% from 532); Blue value is 123 (48.44% from 255 or 23.12% from 532); Max value from RGB is 218 - color contains mainly: red. Hex color #DABF7B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DABF7B is #254084. Grayscale: #BFBFBF. Windows color (decimal): -2441349 or 8110042. OLE color: 8110042.

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

Color convert

RGB 218 191 123 -
CMYK 0 0.12 0.44 0.15
HSL 42.95º 0.56% 0.67% -
HSV(B) 42.95º 0.44% 0.85% -
XYZ 51.12 53.6 26.39 -
YUV 191.32 89.45 147.03 -
System Red Green Blue C M Y K H S L
Decimal 218 191 123 0 0.12 0.44 0.15 42.95 0.56 0.67
Hex DA BF 7B 0 C 2C F 2B 38 43
Octal 332 277 173 0 14 54 17 53 70 103
Binary 11011010 10111111 1111011 0 1100 101100 1111 101011 111000 1000011

Color Harmonies of #DABF7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DABF7B

Black with #DABF7B

Text Example


Text Example

White with #DABF7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DABF7B; }

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

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

background-color css

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

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

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

border-color css

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

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

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