Html Css Color HEX #D69A75 Feldspar

📋 copy color: '#D69A75'

red 214 ◦ green 154 ◦ blue 117

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

Shades of Feldspar #D69A75

Tints of Feldspar #D69A75

RGB

 RED value IS 214 (83.98% from 255) = 44.12%

 GREEN value IS 154 (60.55% from 255) = 31.75%

 BLUE value IS 117 (46.09% from 255) = 24.12%

R = 44.12%
G = 31.75%
B = 24.12%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.45

 K value IS 0.16

RGB Variations

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

Color information

#D69A75 (or 0xD69A75) is known color: Feldspar. HEX triplet: D6, 9A and 75. RGB value is (214,154,117). Sum of RGB (Red+Green+Blue) = 214+154+117=485 (64% of max value = 765). Red value is 214 (83.98% from 255 or 44.12% from 485); Green value is 154 (60.55% from 255 or 31.75% from 485); Blue value is 117 (46.09% from 255 or 24.12% from 485); Max value from RGB is 214 - color contains mainly: red. Hex color #D69A75 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D69A75 is #29658A. Grayscale: #A7A7A7. Windows color (decimal): -2712971 or 7707350. OLE color: 7707350.

HSL color Cylindrical-coordinate representation of color #D69A75: hue angle of 22.89º degrees, saturation: 0.54, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D69A75 is Cyan = 0, Magento = 0.28, Yellow = 0.45 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 154 117 -
CMYK 0 0.28 0.45 0.16
HSL 22.89º 0.54% 0.65% -
HSV(B) 22.89º 0.45% 0.84% -
XYZ 42.5 38.69 22.06 -
YUV 167.72 99.38 161.01 -
System Red Green Blue C M Y K H S L
Decimal 214 154 117 0 0.28 0.45 0.16 22.89 0.54 0.65
Hex D6 9A 75 0 1C 2D 10 17 36 41
Octal 326 232 165 0 34 55 20 27 66 101
Binary 11010110 10011010 1110101 0 11100 101101 10000 10111 110110 1000001

Color Harmonies of #D69A75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D69A75

Black with #D69A75

Text Example


Text Example

White with #D69A75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D69A75; }

 p { color: rgb(214,154,117); }

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

background-color css

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

 a { background-color: rgb(214,154,117); }

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

border-color css

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

 span { border-color: rgb(214,154,117); }

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