Html Css Color HEX #D69C77 Feldspar

📋 copy color: '#D69C77'

red 214 ◦ green 156 ◦ blue 119

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

Shades of Feldspar #D69C77

Tints of Feldspar #D69C77

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 24.34%

R = 43.76%
G = 31.9%
B = 24.34%

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

#D69C77 (or 0xD69C77) is known color: Feldspar. HEX triplet: D6, 9C and 77. RGB value is (214,156,119). Sum of RGB (Red+Green+Blue) = 214+156+119=489 (64% of max value = 765). Red value is 214 (83.98% from 255 or 43.76% from 489); Green value is 156 (61.33% from 255 or 31.90% from 489); Blue value is 119 (46.88% from 255 or 24.34% from 489); Max value from RGB is 214 - color contains mainly: red. Hex color #D69C77 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D69C77 is #296388. Grayscale: #A9A9A9. Windows color (decimal): -2712457 or 7838934. OLE color: 7838934.

HSL color Cylindrical-coordinate representation of color #D69C77: hue angle of 23.37º degrees, saturation: 0.54, 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 #D69C77 is Cyan = 0, Magento = 0.27, Yellow = 0.44 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 156 119 -
CMYK 0 0.27 0.44 0.16
HSL 23.37º 0.54% 0.65% -
HSV(B) 23.37º 0.44% 0.84% -
XYZ 42.95 39.4 22.79 -
YUV 169.12 99.72 160.01 -
System Red Green Blue C M Y K H S L
Decimal 214 156 119 0 0.27 0.44 0.16 23.37 0.54 0.65
Hex D6 9C 77 0 1B 2C 10 17 36 41
Octal 326 234 167 0 33 54 20 27 66 101
Binary 11010110 10011100 1110111 0 11011 101100 10000 10111 110110 1000001

Color Harmonies of #D69C77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D69C77

Black with #D69C77

Text Example


Text Example

White with #D69C77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D69C77; }

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

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

background-color css

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

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

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

border-color css

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

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

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