Html Css Color HEX #D0977F Feldspar

📋 copy color: '#D0977F'

red 208 ◦ green 151 ◦ blue 127

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

Shades of Feldspar #D0977F

Tints of Feldspar #D0977F

RGB

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

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

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

R = 42.8%
G = 31.07%
B = 26.13%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.39

 K value IS 0.18

RGB Variations

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

Color information

#D0977F (or 0xD0977F) is known color: Feldspar. HEX triplet: D0, 97 and 7F. RGB value is (208,151,127). Sum of RGB (Red+Green+Blue) = 208+151+127=486 (64% of max value = 765). Red value is 208 (81.64% from 255 or 42.80% from 486); Green value is 151 (59.38% from 255 or 31.07% from 486); Blue value is 127 (50% from 255 or 26.13% from 486); Max value from RGB is 208 - color contains mainly: red. Hex color #D0977F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D0977F is #2F6880. Grayscale: #A5A5A5. Windows color (decimal): -3106945 or 8361936. OLE color: 8361936.

HSL color Cylindrical-coordinate representation of color #D0977F: hue angle of 17.78º degrees, saturation: 0.46, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #D0977F is Cyan = 0, Magento = 0.27, Yellow = 0.39 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 151 127 -
CMYK 0 0.27 0.39 0.18
HSL 17.78º 0.46% 0.66% -
HSV(B) 17.78º 0.39% 0.82% -
XYZ 40.91 37.08 25.08 -
YUV 165.31 106.38 158.45 -
System Red Green Blue C M Y K H S L
Decimal 208 151 127 0 0.27 0.39 0.18 17.78 0.46 0.66
Hex D0 97 7F 0 1B 27 12 12 2E 42
Octal 320 227 177 0 33 47 22 22 56 102
Binary 11010000 10010111 1111111 0 11011 100111 10010 10010 101110 1000010

Color Harmonies of #D0977F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0977F

Black with #D0977F

Text Example


Text Example

White with #D0977F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0977F; }

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

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

background-color css

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

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

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

border-color css

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

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

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