Html Css Color HEX #D69A82 Feldspar

📋 copy color: '#D69A82'

red 214 ◦ green 154 ◦ blue 130

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

Shades of Feldspar #D69A82

Tints of Feldspar #D69A82

RGB

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

 GREEN value IS 154 (60.55% from 255) = 30.92%

 BLUE value IS 130 (51.17% from 255) = 26.1%

R = 42.97%
G = 30.92%
B = 26.1%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.39

 K value IS 0.16

RGB Variations

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

Color information

#D69A82 (or 0xD69A82) is known color: Feldspar. HEX triplet: D6, 9A and 82. RGB value is (214,154,130). Sum of RGB (Red+Green+Blue) = 214+154+130=498 (65% of max value = 765). Red value is 214 (83.98% from 255 or 42.97% from 498); Green value is 154 (60.55% from 255 or 30.92% from 498); Blue value is 130 (51.17% from 255 or 26.10% from 498); Max value from RGB is 214 - color contains mainly: red. Hex color #D69A82 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D69A82 is #29657D. Grayscale: #A9A9A9. Windows color (decimal): -2712958 or 8559318. OLE color: 8559318.

HSL color Cylindrical-coordinate representation of color #D69A82: hue angle of 17.14º degrees, saturation: 0.51, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #D69A82 is Cyan = 0, Magento = 0.28, Yellow = 0.39 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 154 130 -
CMYK 0 0.28 0.39 0.16
HSL 17.14º 0.51% 0.67% -
HSV(B) 17.14º 0.39% 0.84% -
XYZ 43.32 39.02 26.37 -
YUV 169.2 105.88 159.95 -
System Red Green Blue C M Y K H S L
Decimal 214 154 130 0 0.28 0.39 0.16 17.14 0.51 0.67
Hex D6 9A 82 0 1C 27 10 11 33 43
Octal 326 232 202 0 34 47 20 21 63 103
Binary 11010110 10011010 10000010 0 11100 100111 10000 10001 110011 1000011

Color Harmonies of #D69A82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D69A82

Black with #D69A82

Text Example


Text Example

White with #D69A82

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D69A82; }

 p { color: rgb(214,154,130); }

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

background-color css

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

 a { background-color: rgb(214,154,130); }

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

border-color css

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

 span { border-color: rgb(214,154,130); }

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