Html Css Color HEX #D0977D Feldspar

📋 copy color: '#D0977D'

red 208 ◦ green 151 ◦ blue 125

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

Shades of Feldspar #D0977D

Tints of Feldspar #D0977D

RGB

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

 GREEN value IS 151 (59.38% from 255) = 31.2%

 BLUE value IS 125 (49.22% from 255) = 25.83%

R = 42.98%
G = 31.2%
B = 25.83%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.40

 K value IS 0.18

RGB Variations

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

Color information

#D0977D (or 0xD0977D) is known color: Feldspar. HEX triplet: D0, 97 and 7D. RGB value is (208,151,125). Sum of RGB (Red+Green+Blue) = 208+151+125=484 (64% of max value = 765). Red value is 208 (81.64% from 255 or 42.98% from 484); Green value is 151 (59.38% from 255 or 31.20% from 484); Blue value is 125 (49.22% from 255 or 25.83% from 484); Max value from RGB is 208 - color contains mainly: red. Hex color #D0977D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D0977D is #2F6882. Grayscale: #A5A5A5. Windows color (decimal): -3106947 or 8230864. OLE color: 8230864.

HSL color Cylindrical-coordinate representation of color #D0977D: hue angle of 18.8º degrees, saturation: 0.47, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D0977D is Cyan = 0, Magento = 0.27, Yellow = 0.40 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 151 125 -
CMYK 0 0.27 0.40 0.18
HSL 18.8º 0.47% 0.65% -
HSV(B) 18.8º 0.4% 0.82% -
XYZ 40.78 37.02 24.4 -
YUV 165.08 105.38 158.61 -
System Red Green Blue C M Y K H S L
Decimal 208 151 125 0 0.27 0.40 0.18 18.8 0.47 0.65
Hex D0 97 7D 0 1B 28 12 13 2F 41
Octal 320 227 175 0 33 50 22 23 57 101
Binary 11010000 10010111 1111101 0 11011 101000 10010 10011 101111 1000001

Color Harmonies of #D0977D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0977D

Black with #D0977D

Text Example


Text Example

White with #D0977D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0977D; }

 p { color: rgb(208,151,125); }

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

background-color css

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

 a { background-color: rgb(208,151,125); }

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

border-color css

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

 span { border-color: rgb(208,151,125); }

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