Html Css Color HEX #D69475 Feldspar

📋 copy color: '#D69475'

red 214 ◦ green 148 ◦ blue 117

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

Shades of Feldspar #D69475

Tints of Feldspar #D69475

RGB

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

 GREEN value IS 148 (58.2% from 255) = 30.9%

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

R = 44.68%
G = 30.9%
B = 24.43%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.45

 K value IS 0.16

RGB Variations

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

Color information

#D69475 (or 0xD69475) is known color: Feldspar. HEX triplet: D6, 94 and 75. RGB value is (214,148,117). Sum of RGB (Red+Green+Blue) = 214+148+117=479 (63% of max value = 765). Red value is 214 (83.98% from 255 or 44.68% from 479); Green value is 148 (58.20% from 255 or 30.90% from 479); Blue value is 117 (46.09% from 255 or 24.43% from 479); Max value from RGB is 214 - color contains mainly: red. Hex color #D69475 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D69475 is #296B8A. Grayscale: #A4A4A4. Windows color (decimal): -2714507 or 7705814. OLE color: 7705814.

HSL color Cylindrical-coordinate representation of color #D69475: hue angle of 19.18º 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 #D69475 is Cyan = 0, Magento = 0.31, Yellow = 0.45 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 148 117 -
CMYK 0 0.31 0.45 0.16
HSL 19.18º 0.54% 0.65% -
HSV(B) 19.18º 0.45% 0.84% -
XYZ 41.53 36.76 21.74 -
YUV 164.2 101.37 163.52 -
System Red Green Blue C M Y K H S L
Decimal 214 148 117 0 0.31 0.45 0.16 19.18 0.54 0.65
Hex D6 94 75 0 1F 2D 10 13 36 41
Octal 326 224 165 0 37 55 20 23 66 101
Binary 11010110 10010100 1110101 0 11111 101101 10000 10011 110110 1000001

Color Harmonies of #D69475

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D69475

Black with #D69475

Text Example


Text Example

White with #D69475

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D69475; }

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

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

background-color css

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

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

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

border-color css

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

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

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