Html Css Color HEX #D0926D Feldspar

📋 copy color: '#D0926D'

red 208 ◦ green 146 ◦ blue 109

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

Shades of Feldspar #D0926D

Tints of Feldspar #D0926D

RGB

 RED value IS 208 (81.64% from 255) = 44.92%

 GREEN value IS 146 (57.42% from 255) = 31.53%

 BLUE value IS 109 (42.97% from 255) = 23.54%

R = 44.92%
G = 31.53%
B = 23.54%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.48

 K value IS 0.18

RGB Variations

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

Color information

#D0926D (or 0xD0926D) is known color: Feldspar. HEX triplet: D0, 92 and 6D. RGB value is (208,146,109). Sum of RGB (Red+Green+Blue) = 208+146+109=463 (61% of max value = 765). Red value is 208 (81.64% from 255 or 44.92% from 463); Green value is 146 (57.42% from 255 or 31.53% from 463); Blue value is 109 (42.97% from 255 or 23.54% from 463); Max value from RGB is 208 - color contains mainly: red. Hex color #D0926D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D0926D is #2F6D92. Grayscale: #A0A0A0. Windows color (decimal): -3108243 or 7181008. OLE color: 7181008.

HSL color Cylindrical-coordinate representation of color #D0926D: hue angle of 22.42º degrees, saturation: 0.51, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D0926D is Cyan = 0, Magento = 0.30, Yellow = 0.48 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 146 109 -
CMYK 0 0.30 0.48 0.18
HSL 22.42º 0.51% 0.62% -
HSV(B) 22.42º 0.48% 0.82% -
XYZ 39.05 35.07 19.18 -
YUV 160.32 99.04 162.01 -
System Red Green Blue C M Y K H S L
Decimal 208 146 109 0 0.30 0.48 0.18 22.42 0.51 0.62
Hex D0 92 6D 0 1E 30 12 16 33 3E
Octal 320 222 155 0 36 60 22 26 63 76
Binary 11010000 10010010 1101101 0 11110 110000 10010 10110 110011 111110

Color Harmonies of #D0926D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0926D

Black with #D0926D

Text Example


Text Example

White with #D0926D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0926D; }

 p { color: rgb(208,146,109); }

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

background-color css

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

 a { background-color: rgb(208,146,109); }

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

border-color css

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

 span { border-color: rgb(208,146,109); }

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