Html Css Color HEX #D69A7F Feldspar

📋 copy color: '#D69A7F'

red 214 ◦ green 154 ◦ blue 127

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

Shades of Feldspar #D69A7F

Tints of Feldspar #D69A7F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 25.66%

R = 43.23%
G = 31.11%
B = 25.66%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.41

 K value IS 0.16

RGB Variations

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

Color information

#D69A7F (or 0xD69A7F) is known color: Feldspar. HEX triplet: D6, 9A and 7F. RGB value is (214,154,127). Sum of RGB (Red+Green+Blue) = 214+154+127=495 (65% of max value = 765). Red value is 214 (83.98% from 255 or 43.23% from 495); Green value is 154 (60.55% from 255 or 31.11% from 495); Blue value is 127 (50% from 255 or 25.66% from 495); Max value from RGB is 214 - color contains mainly: red. Hex color #D69A7F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D69A7F is #296580. Grayscale: #A9A9A9. Windows color (decimal): -2712961 or 8362710. OLE color: 8362710.

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

Color convert

RGB 214 154 127 -
CMYK 0 0.28 0.41 0.16
HSL 18.62º 0.51% 0.67% -
HSV(B) 18.62º 0.41% 0.84% -
XYZ 43.12 38.94 25.32 -
YUV 168.86 104.38 160.2 -
System Red Green Blue C M Y K H S L
Decimal 214 154 127 0 0.28 0.41 0.16 18.62 0.51 0.67
Hex D6 9A 7F 0 1C 29 10 13 33 43
Octal 326 232 177 0 34 51 20 23 63 103
Binary 11010110 10011010 1111111 0 11100 101001 10000 10011 110011 1000011

Color Harmonies of #D69A7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D69A7F

Black with #D69A7F

Text Example


Text Example

White with #D69A7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D69A7F; }

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

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

background-color css

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

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

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

border-color css

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

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

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