Html Css Color HEX #D07D4F Raw Sienna

📋 copy color: '#D07D4F'

red 208 ◦ green 125 ◦ blue 79

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

Shades of Raw Sienna #D07D4F

Tints of Raw Sienna #D07D4F

RGB

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

 GREEN value IS 125 (49.22% from 255) = 30.34%

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

R = 50.49%
G = 30.34%
B = 19.17%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.62

 K value IS 0.18

RGB Variations

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

Color information

#D07D4F (or 0xD07D4F) is known color: Raw Sienna. HEX triplet: D0, 7D and 4F. RGB value is (208,125,79). Sum of RGB (Red+Green+Blue) = 208+125+79=412 (54% of max value = 765). Red value is 208 (81.64% from 255 or 50.49% from 412); Green value is 125 (49.22% from 255 or 30.34% from 412); Blue value is 79 (31.25% from 255 or 19.17% from 412); Max value from RGB is 208 - color contains mainly: red. Hex color #D07D4F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D07D4F is #2F82B0. Grayscale: #909090. Windows color (decimal): -3113649 or 5209552. OLE color: 5209552.

HSL color Cylindrical-coordinate representation of color #D07D4F: hue angle of 21.4º 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 #D07D4F is Cyan = 0, Magento = 0.40, Yellow = 0.62 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 125 79 -
CMYK 0 0.40 0.62 0.18
HSL 21.4º 0.58% 0.56% -
HSV(B) 21.4º 0.62% 0.82% -
XYZ 34.76 28.64 11.09 -
YUV 144.57 91 173.24 -
System Red Green Blue C M Y K H S L
Decimal 208 125 79 0 0.40 0.62 0.18 21.4 0.58 0.56
Hex D0 7D 4F 0 28 3E 12 15 3A 38
Octal 320 175 117 0 50 76 22 25 72 70
Binary 11010000 1111101 1001111 0 101000 111110 10010 10101 111010 111000

Color Harmonies of #D07D4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D07D4F

Black with #D07D4F

Text Example


Text Example

White with #D07D4F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D07D4F; }

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

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

background-color css

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

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

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

border-color css

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

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

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