Html Css Color HEX #D09C77 Feldspar

📋 copy color: '#D09C77'

red 208 ◦ green 156 ◦ blue 119

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

Shades of Feldspar #D09C77

Tints of Feldspar #D09C77

RGB

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

 GREEN value IS 156 (61.33% from 255) = 32.3%

 BLUE value IS 119 (46.88% from 255) = 24.64%

R = 43.06%
G = 32.3%
B = 24.64%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.43

 K value IS 0.18

RGB Variations

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

Color information

#D09C77 (or 0xD09C77) is known color: Feldspar. HEX triplet: D0, 9C and 77. RGB value is (208,156,119). Sum of RGB (Red+Green+Blue) = 208+156+119=483 (63% of max value = 765). Red value is 208 (81.64% from 255 or 43.06% from 483); Green value is 156 (61.33% from 255 or 32.30% from 483); Blue value is 119 (46.88% from 255 or 24.64% from 483); Max value from RGB is 208 - color contains mainly: red. Hex color #D09C77 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D09C77 is #2F6388. Grayscale: #A7A7A7. Windows color (decimal): -3105673 or 7838928. OLE color: 7838928.

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

Color convert

RGB 208 156 119 -
CMYK 0 0.25 0.43 0.18
HSL 24.94º 0.49% 0.64% -
HSV(B) 24.94º 0.43% 0.82% -
XYZ 41.23 38.52 22.71 -
YUV 167.33 100.73 157.01 -
System Red Green Blue C M Y K H S L
Decimal 208 156 119 0 0.25 0.43 0.18 24.94 0.49 0.64
Hex D0 9C 77 0 19 2B 12 19 31 40
Octal 320 234 167 0 31 53 22 31 61 100
Binary 11010000 10011100 1110111 0 11001 101011 10010 11001 110001 1000000

Color Harmonies of #D09C77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D09C77

Black with #D09C77

Text Example


Text Example

White with #D09C77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D09C77; }

 p { color: rgb(208,156,119); }

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

background-color css

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

 a { background-color: rgb(208,156,119); }

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

border-color css

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

 span { border-color: rgb(208,156,119); }

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