Html Css Color HEX #D69A70 Feldspar

📋 copy color: '#D69A70'

red 214 ◦ green 154 ◦ blue 112

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

Shades of Feldspar #D69A70

Tints of Feldspar #D69A70

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 23.33%

R = 44.58%
G = 32.08%
B = 23.33%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.48

 K value IS 0.16

RGB Variations

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

Color information

#D69A70 (or 0xD69A70) is known color: Feldspar. HEX triplet: D6, 9A and 70. RGB value is (214,154,112). Sum of RGB (Red+Green+Blue) = 214+154+112=480 (63% of max value = 765). Red value is 214 (83.98% from 255 or 44.58% from 480); Green value is 154 (60.55% from 255 or 32.08% from 480); Blue value is 112 (44.14% from 255 or 23.33% from 480); Max value from RGB is 214 - color contains mainly: red. Hex color #D69A70 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D69A70 is #29658F. Grayscale: #A7A7A7. Windows color (decimal): -2712976 or 7379670. OLE color: 7379670.

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

Color convert

RGB 214 154 112 -
CMYK 0 0.28 0.48 0.16
HSL 24.71º 0.55% 0.64% -
HSV(B) 24.71º 0.48% 0.84% -
XYZ 42.21 38.58 20.55 -
YUV 167.15 96.88 161.42 -
System Red Green Blue C M Y K H S L
Decimal 214 154 112 0 0.28 0.48 0.16 24.71 0.55 0.64
Hex D6 9A 70 0 1C 30 10 19 37 40
Octal 326 232 160 0 34 60 20 31 67 100
Binary 11010110 10011010 1110000 0 11100 110000 10000 11001 110111 1000000

Color Harmonies of #D69A70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D69A70

Black with #D69A70

Text Example


Text Example

White with #D69A70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D69A70; }

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

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

background-color css

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

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

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

border-color css

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

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

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