Html Css Color HEX #D0874F Raw Sienna

📋 copy color: '#D0874F'

red 208 ◦ green 135 ◦ blue 79

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

Shades of Raw Sienna #D0874F

Tints of Raw Sienna #D0874F

RGB

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

 GREEN value IS 135 (53.13% from 255) = 31.99%

 BLUE value IS 79 (31.25% from 255) = 18.72%

R = 49.29%
G = 31.99%
B = 18.72%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.62

 K value IS 0.18

RGB Variations

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

Color information

#D0874F (or 0xD0874F) is known color: Raw Sienna. HEX triplet: D0, 87 and 4F. RGB value is (208,135,79). Sum of RGB (Red+Green+Blue) = 208+135+79=422 (55% of max value = 765). Red value is 208 (81.64% from 255 or 49.29% from 422); Green value is 135 (53.12% from 255 or 31.99% from 422); Blue value is 79 (31.25% from 255 or 18.72% from 422); Max value from RGB is 208 - color contains mainly: red. Hex color #D0874F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D0874F is #2F78B0. Grayscale: #969696. Windows color (decimal): -3111089 or 5212112. OLE color: 5212112.

HSL color Cylindrical-coordinate representation of color #D0874F: hue angle of 26.05º degrees, saturation: 0.58, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D0874F is Cyan = 0, Magento = 0.35, Yellow = 0.62 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 135 79 -
CMYK 0 0.35 0.62 0.18
HSL 26.05º 0.58% 0.56% -
HSV(B) 26.05º 0.62% 0.82% -
XYZ 36.09 31.3 11.54 -
YUV 150.44 87.68 169.05 -
System Red Green Blue C M Y K H S L
Decimal 208 135 79 0 0.35 0.62 0.18 26.05 0.58 0.56
Hex D0 87 4F 0 23 3E 12 1A 3A 38
Octal 320 207 117 0 43 76 22 32 72 70
Binary 11010000 10000111 1001111 0 100011 111110 10010 11010 111010 111000

Color Harmonies of #D0874F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0874F

Black with #D0874F

Text Example


Text Example

White with #D0874F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0874F; }

 p { color: rgb(208,135,79); }

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

background-color css

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

 a { background-color: rgb(208,135,79); }

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

border-color css

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

 span { border-color: rgb(208,135,79); }

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