Html Css Color HEX #D69C78 Feldspar

📋 copy color: '#D69C78'

red 214 ◦ green 156 ◦ blue 120

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

Shades of Feldspar #D69C78

Tints of Feldspar #D69C78

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 24.49%

R = 43.67%
G = 31.84%
B = 24.49%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.44

 K value IS 0.16

RGB Variations

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

Color information

#D69C78 (or 0xD69C78) is known color: Feldspar. HEX triplet: D6, 9C and 78. RGB value is (214,156,120). Sum of RGB (Red+Green+Blue) = 214+156+120=490 (64% of max value = 765). Red value is 214 (83.98% from 255 or 43.67% from 490); Green value is 156 (61.33% from 255 or 31.84% from 490); Blue value is 120 (47.27% from 255 or 24.49% from 490); Max value from RGB is 214 - color contains mainly: red. Hex color #D69C78 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D69C78 is #296387. Grayscale: #A9A9A9. Windows color (decimal): -2712456 or 7904470. OLE color: 7904470.

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

Color convert

RGB 214 156 120 -
CMYK 0 0.27 0.44 0.16
HSL 22.98º 0.53% 0.65% -
HSV(B) 22.98º 0.44% 0.84% -
XYZ 43.01 39.43 23.11 -
YUV 169.24 100.22 159.93 -
System Red Green Blue C M Y K H S L
Decimal 214 156 120 0 0.27 0.44 0.16 22.98 0.53 0.65
Hex D6 9C 78 0 1B 2C 10 17 35 41
Octal 326 234 170 0 33 54 20 27 65 101
Binary 11010110 10011100 1111000 0 11011 101100 10000 10111 110101 1000001

Color Harmonies of #D69C78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D69C78

Black with #D69C78

Text Example


Text Example

White with #D69C78

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D69C78; }

 p { color: rgb(214,156,120); }

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

background-color css

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

 a { background-color: rgb(214,156,120); }

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

border-color css

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

 span { border-color: rgb(214,156,120); }

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