Html Css Color HEX #D0907A Feldspar

📋 copy color: '#D0907A'

red 208 ◦ green 144 ◦ blue 122

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

Shades of Feldspar #D0907A

Tints of Feldspar #D0907A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 25.74%

R = 43.88%
G = 30.38%
B = 25.74%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.41

 K value IS 0.18

RGB Variations

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

Color information

#D0907A (or 0xD0907A) is known color: Feldspar. HEX triplet: D0, 90 and 7A. RGB value is (208,144,122). Sum of RGB (Red+Green+Blue) = 208+144+122=474 (62% of max value = 765). Red value is 208 (81.64% from 255 or 43.88% from 474); Green value is 144 (56.64% from 255 or 30.38% from 474); Blue value is 122 (48.05% from 255 or 25.74% from 474); Max value from RGB is 208 - color contains mainly: red. Hex color #D0907A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D0907A is #2F6F85. Grayscale: #A0A0A0. Windows color (decimal): -3108742 or 8032464. OLE color: 8032464.

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

Color convert

RGB 208 144 122 -
CMYK 0 0.31 0.41 0.18
HSL 15.35º 0.48% 0.65% -
HSV(B) 15.35º 0.41% 0.82% -
XYZ 39.5 34.76 23.04 -
YUV 160.63 106.2 161.79 -
System Red Green Blue C M Y K H S L
Decimal 208 144 122 0 0.31 0.41 0.18 15.35 0.48 0.65
Hex D0 90 7A 0 1F 29 12 F 30 41
Octal 320 220 172 0 37 51 22 17 60 101
Binary 11010000 10010000 1111010 0 11111 101001 10010 1111 110000 1000001

Color Harmonies of #D0907A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0907A

Black with #D0907A

Text Example


Text Example

White with #D0907A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0907A; }

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

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

background-color css

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

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

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

border-color css

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

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

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