Html Css Color HEX #D69C7A Feldspar

📋 copy color: '#D69C7A'

red 214 ◦ green 156 ◦ blue 122

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

Shades of Feldspar #D69C7A

Tints of Feldspar #D69C7A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 24.8%

R = 43.5%
G = 31.71%
B = 24.8%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.43

 K value IS 0.16

RGB Variations

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

Color information

#D69C7A (or 0xD69C7A) is known color: Feldspar. HEX triplet: D6, 9C and 7A. RGB value is (214,156,122). Sum of RGB (Red+Green+Blue) = 214+156+122=492 (65% of max value = 765). Red value is 214 (83.98% from 255 or 43.50% from 492); Green value is 156 (61.33% from 255 or 31.71% from 492); Blue value is 122 (48.05% from 255 or 24.80% from 492); Max value from RGB is 214 - color contains mainly: red. Hex color #D69C7A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D69C7A is #296385. Grayscale: #A9A9A9. Windows color (decimal): -2712454 or 8035542. OLE color: 8035542.

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

Color convert

RGB 214 156 122 -
CMYK 0 0.27 0.43 0.16
HSL 22.17º 0.53% 0.66% -
HSV(B) 22.17º 0.43% 0.84% -
XYZ 43.13 39.48 23.76 -
YUV 169.47 101.22 159.76 -
System Red Green Blue C M Y K H S L
Decimal 214 156 122 0 0.27 0.43 0.16 22.17 0.53 0.66
Hex D6 9C 7A 0 1B 2B 10 16 35 42
Octal 326 234 172 0 33 53 20 26 65 102
Binary 11010110 10011100 1111010 0 11011 101011 10000 10110 110101 1000010

Color Harmonies of #D69C7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D69C7A

Black with #D69C7A

Text Example


Text Example

White with #D69C7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D69C7A; }

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

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

background-color css

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

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

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

border-color css

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

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

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