Html Css Color HEX #D2977D Feldspar

📋 copy color: '#D2977D'

red 210 ◦ green 151 ◦ blue 125

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

Shades of Feldspar #D2977D

Tints of Feldspar #D2977D

RGB

 RED value IS 210 (82.42% from 255) = 43.21%

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

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

R = 43.21%
G = 31.07%
B = 25.72%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.40

 K value IS 0.18

RGB Variations

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

Color information

#D2977D (or 0xD2977D) is known color: Feldspar. HEX triplet: D2, 97 and 7D. RGB value is (210,151,125). Sum of RGB (Red+Green+Blue) = 210+151+125=486 (64% of max value = 765). Red value is 210 (82.42% from 255 or 43.21% from 486); Green value is 151 (59.38% from 255 or 31.07% from 486); Blue value is 125 (49.22% from 255 or 25.72% from 486); Max value from RGB is 210 - color contains mainly: red. Hex color #D2977D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D2977D is #2D6882. Grayscale: #A5A5A5. Windows color (decimal): -2975875 or 8230866. OLE color: 8230866.

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

Color convert

RGB 210 151 125 -
CMYK 0 0.28 0.40 0.18
HSL 18.35º 0.49% 0.66% -
HSV(B) 18.35º 0.4% 0.82% -
XYZ 41.35 37.32 24.43 -
YUV 165.68 105.05 159.61 -
System Red Green Blue C M Y K H S L
Decimal 210 151 125 0 0.28 0.40 0.18 18.35 0.49 0.66
Hex D2 97 7D 0 1C 28 12 12 31 42
Octal 322 227 175 0 34 50 22 22 61 102
Binary 11010010 10010111 1111101 0 11100 101000 10010 10010 110001 1000010

Color Harmonies of #D2977D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2977D

Black with #D2977D

Text Example


Text Example

White with #D2977D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2977D; }

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

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

background-color css

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

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

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

border-color css

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

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

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