Html Css Color HEX #DA9C72 Feldspar

📋 copy color: '#DA9C72'

red 218 ◦ green 156 ◦ blue 114

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

Shades of Feldspar #DA9C72

Tints of Feldspar #DA9C72

RGB

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

 GREEN value IS 156 (61.33% from 255) = 31.97%

 BLUE value IS 114 (44.92% from 255) = 23.36%

R = 44.67%
G = 31.97%
B = 23.36%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.48

 K value IS 0.15

RGB Variations

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

Color information

#DA9C72 (or 0xDA9C72) is known color: Feldspar. HEX triplet: DA, 9C and 72. RGB value is (218,156,114). Sum of RGB (Red+Green+Blue) = 218+156+114=488 (64% of max value = 765). Red value is 218 (85.55% from 255 or 44.67% from 488); Green value is 156 (61.33% from 255 or 31.97% from 488); Blue value is 114 (44.92% from 255 or 23.36% from 488); Max value from RGB is 218 - color contains mainly: red. Hex color #DA9C72 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DA9C72 is #25638D. Grayscale: #A9A9A9. Windows color (decimal): -2450318 or 7511258. OLE color: 7511258.

HSL color Cylindrical-coordinate representation of color #DA9C72: hue angle of 24.23º degrees, saturation: 0.58, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #DA9C72 is Cyan = 0, Magento = 0.28, Yellow = 0.48 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 156 114 -
CMYK 0 0.28 0.48 0.15
HSL 24.23º 0.58% 0.65% -
HSV(B) 24.23º 0.48% 0.85% -
XYZ 43.84 39.9 21.31 -
YUV 169.75 96.54 162.42 -
System Red Green Blue C M Y K H S L
Decimal 218 156 114 0 0.28 0.48 0.15 24.23 0.58 0.65
Hex DA 9C 72 0 1C 30 F 18 3A 41
Octal 332 234 162 0 34 60 17 30 72 101
Binary 11011010 10011100 1110010 0 11100 110000 1111 11000 111010 1000001

Color Harmonies of #DA9C72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA9C72

Black with #DA9C72

Text Example


Text Example

White with #DA9C72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA9C72; }

 p { color: rgb(218,156,114); }

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

background-color css

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

 a { background-color: rgb(218,156,114); }

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

border-color css

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

 span { border-color: rgb(218,156,114); }

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