Html Css Color HEX #D09B74 Feldspar

📋 copy color: '#D09B74'

red 208 ◦ green 155 ◦ blue 116

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

Shades of Feldspar #D09B74

Tints of Feldspar #D09B74

RGB

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

 GREEN value IS 155 (60.94% from 255) = 32.36%

 BLUE value IS 116 (45.7% from 255) = 24.22%

R = 43.42%
G = 32.36%
B = 24.22%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.44

 K value IS 0.18

RGB Variations

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

Color information

#D09B74 (or 0xD09B74) is known color: Feldspar. HEX triplet: D0, 9B and 74. RGB value is (208,155,116). Sum of RGB (Red+Green+Blue) = 208+155+116=479 (63% of max value = 765). Red value is 208 (81.64% from 255 or 43.42% from 479); Green value is 155 (60.94% from 255 or 32.36% from 479); Blue value is 116 (45.70% from 255 or 24.22% from 479); Max value from RGB is 208 - color contains mainly: red. Hex color #D09B74 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D09B74 is #2F648B. Grayscale: #A6A6A6. Windows color (decimal): -3105932 or 7642064. OLE color: 7642064.

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

Color convert

RGB 208 155 116 -
CMYK 0 0.25 0.44 0.18
HSL 25.43º 0.49% 0.64% -
HSV(B) 25.43º 0.44% 0.82% -
XYZ 40.89 38.11 21.72 -
YUV 166.4 99.56 157.67 -
System Red Green Blue C M Y K H S L
Decimal 208 155 116 0 0.25 0.44 0.18 25.43 0.49 0.64
Hex D0 9B 74 0 19 2C 12 19 31 40
Octal 320 233 164 0 31 54 22 31 61 100
Binary 11010000 10011011 1110100 0 11001 101100 10010 11001 110001 1000000

Color Harmonies of #D09B74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D09B74

Black with #D09B74

Text Example


Text Example

White with #D09B74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D09B74; }

 p { color: rgb(208,155,116); }

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

background-color css

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

 a { background-color: rgb(208,155,116); }

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

border-color css

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

 span { border-color: rgb(208,155,116); }

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