Html Css Color HEX #D0907D Feldspar

📋 copy color: '#D0907D'

red 208 ◦ green 144 ◦ blue 125

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

Shades of Feldspar #D0907D

Tints of Feldspar #D0907D

RGB

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

 GREEN value IS 144 (56.64% from 255) = 30.19%

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

R = 43.61%
G = 30.19%
B = 26.21%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.40

 K value IS 0.18

RGB Variations

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

Color information

#D0907D (or 0xD0907D) is known color: Feldspar. HEX triplet: D0, 90 and 7D. RGB value is (208,144,125). Sum of RGB (Red+Green+Blue) = 208+144+125=477 (63% of max value = 765). Red value is 208 (81.64% from 255 or 43.61% from 477); Green value is 144 (56.64% from 255 or 30.19% from 477); Blue value is 125 (49.22% from 255 or 26.21% from 477); Max value from RGB is 208 - color contains mainly: red. Hex color #D0907D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D0907D is #2F6F82. Grayscale: #A1A1A1. Windows color (decimal): -3108739 or 8229072. OLE color: 8229072.

HSL color Cylindrical-coordinate representation of color #D0907D: hue angle of 13.73º 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 #D0907D is Cyan = 0, Magento = 0.31, Yellow = 0.40 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 144 125 -
CMYK 0 0.31 0.40 0.18
HSL 13.73º 0.47% 0.65% -
HSV(B) 13.73º 0.4% 0.82% -
XYZ 39.69 34.84 24.03 -
YUV 160.97 107.7 161.54 -
System Red Green Blue C M Y K H S L
Decimal 208 144 125 0 0.31 0.40 0.18 13.73 0.47 0.65
Hex D0 90 7D 0 1F 28 12 E 2F 41
Octal 320 220 175 0 37 50 22 16 57 101
Binary 11010000 10010000 1111101 0 11111 101000 10010 1110 101111 1000001

Color Harmonies of #D0907D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0907D

Black with #D0907D

Text Example


Text Example

White with #D0907D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0907D; }

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

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

background-color css

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

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

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

border-color css

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

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

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