Html Css Color HEX #D69C75 Feldspar

📋 copy color: '#D69C75'

red 214 ◦ green 156 ◦ blue 117

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

Shades of Feldspar #D69C75

Tints of Feldspar #D69C75

RGB

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

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

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

R = 43.94%
G = 32.03%
B = 24.02%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.45

 K value IS 0.16

RGB Variations

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

Color information

#D69C75 (or 0xD69C75) is known color: Feldspar. HEX triplet: D6, 9C and 75. RGB value is (214,156,117). Sum of RGB (Red+Green+Blue) = 214+156+117=487 (64% of max value = 765). Red value is 214 (83.98% from 255 or 43.94% from 487); Green value is 156 (61.33% from 255 or 32.03% from 487); Blue value is 117 (46.09% from 255 or 24.02% from 487); Max value from RGB is 214 - color contains mainly: red. Hex color #D69C75 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D69C75 is #29638A. Grayscale: #A9A9A9. Windows color (decimal): -2712459 or 7707862. OLE color: 7707862.

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

Color convert

RGB 214 156 117 -
CMYK 0 0.27 0.45 0.16
HSL 24.12º 0.54% 0.65% -
HSV(B) 24.12º 0.45% 0.84% -
XYZ 42.83 39.36 22.17 -
YUV 168.9 98.72 160.17 -
System Red Green Blue C M Y K H S L
Decimal 214 156 117 0 0.27 0.45 0.16 24.12 0.54 0.65
Hex D6 9C 75 0 1B 2D 10 18 36 41
Octal 326 234 165 0 33 55 20 30 66 101
Binary 11010110 10011100 1110101 0 11011 101101 10000 11000 110110 1000001

Color Harmonies of #D69C75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D69C75

Black with #D69C75

Text Example


Text Example

White with #D69C75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D69C75; }

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

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

background-color css

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

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

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

border-color css

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

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

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