Html Css Color HEX #D08C78 Feldspar

📋 copy color: '#D08C78'

red 208 ◦ green 140 ◦ blue 120

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

Shades of Feldspar #D08C78

Tints of Feldspar #D08C78

RGB

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

 GREEN value IS 140 (55.08% from 255) = 29.91%

 BLUE value IS 120 (47.27% from 255) = 25.64%

R = 44.44%
G = 29.91%
B = 25.64%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.42

 K value IS 0.18

RGB Variations

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

Color information

#D08C78 (or 0xD08C78) is known color: Feldspar. HEX triplet: D0, 8C and 78. RGB value is (208,140,120). Sum of RGB (Red+Green+Blue) = 208+140+120=468 (61% of max value = 765). Red value is 208 (81.64% from 255 or 44.44% from 468); Green value is 140 (55.08% from 255 or 29.91% from 468); Blue value is 120 (47.27% from 255 or 25.64% from 468); Max value from RGB is 208 - color contains mainly: red. Hex color #D08C78 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D08C78 is #2F7387. Grayscale: #9E9E9E. Windows color (decimal): -3109768 or 7900368. OLE color: 7900368.

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

Color convert

RGB 208 140 120 -
CMYK 0 0.33 0.42 0.18
HSL 13.64º 0.48% 0.64% -
HSV(B) 13.64º 0.42% 0.82% -
XYZ 38.78 33.52 22.2 -
YUV 158.05 106.53 163.63 -
System Red Green Blue C M Y K H S L
Decimal 208 140 120 0 0.33 0.42 0.18 13.64 0.48 0.64
Hex D0 8C 78 0 21 2A 12 E 30 40
Octal 320 214 170 0 41 52 22 16 60 100
Binary 11010000 10001100 1111000 0 100001 101010 10010 1110 110000 1000000

Color Harmonies of #D08C78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D08C78

Black with #D08C78

Text Example


Text Example

White with #D08C78

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D08C78; }

 p { color: rgb(208,140,120); }

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

background-color css

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

 a { background-color: rgb(208,140,120); }

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

border-color css

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

 span { border-color: rgb(208,140,120); }

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