Html Css Color HEX #D69C71 Feldspar

📋 copy color: '#D69C71'

red 214 ◦ green 156 ◦ blue 113

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

Shades of Feldspar #D69C71

Tints of Feldspar #D69C71

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 23.4%

R = 44.31%
G = 32.3%
B = 23.4%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.47

 K value IS 0.16

RGB Variations

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

Color information

#D69C71 (or 0xD69C71) is known color: Feldspar. HEX triplet: D6, 9C and 71. RGB value is (214,156,113). Sum of RGB (Red+Green+Blue) = 214+156+113=483 (63% of max value = 765). Red value is 214 (83.98% from 255 or 44.31% from 483); Green value is 156 (61.33% from 255 or 32.30% from 483); Blue value is 113 (44.53% from 255 or 23.40% from 483); Max value from RGB is 214 - color contains mainly: red. Hex color #D69C71 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D69C71 is #29638E. Grayscale: #A8A8A8. Windows color (decimal): -2712463 or 7445718. OLE color: 7445718.

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

Color convert

RGB 214 156 113 -
CMYK 0 0.27 0.47 0.16
HSL 25.54º 0.55% 0.64% -
HSV(B) 25.54º 0.47% 0.84% -
XYZ 42.6 39.27 20.96 -
YUV 168.44 96.72 160.5 -
System Red Green Blue C M Y K H S L
Decimal 214 156 113 0 0.27 0.47 0.16 25.54 0.55 0.64
Hex D6 9C 71 0 1B 2F 10 1A 37 40
Octal 326 234 161 0 33 57 20 32 67 100
Binary 11010110 10011100 1110001 0 11011 101111 10000 11010 110111 1000000

Color Harmonies of #D69C71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D69C71

Black with #D69C71

Text Example


Text Example

White with #D69C71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D69C71; }

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

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

background-color css

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

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

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

border-color css

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

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

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