Html Css Color HEX #D07D4A Raw Sienna

📋 copy color: '#D07D4A'

red 208 ◦ green 125 ◦ blue 74

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

Shades of Raw Sienna #D07D4A

Tints of Raw Sienna #D07D4A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 18.18%

R = 51.11%
G = 30.71%
B = 18.18%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.64

 K value IS 0.18

RGB Variations

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

Color information

#D07D4A (or 0xD07D4A) is known color: Raw Sienna. HEX triplet: D0, 7D and 4A. RGB value is (208,125,74). Sum of RGB (Red+Green+Blue) = 208+125+74=407 (53% of max value = 765). Red value is 208 (81.64% from 255 or 51.11% from 407); Green value is 125 (49.22% from 255 or 30.71% from 407); Blue value is 74 (29.30% from 255 or 18.18% from 407); Max value from RGB is 208 - color contains mainly: red. Hex color #D07D4A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D07D4A is #2F82B5. Grayscale: #909090. Windows color (decimal): -3113654 or 4881872. OLE color: 4881872.

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

Color convert

RGB 208 125 74 -
CMYK 0 0.40 0.64 0.18
HSL 22.84º 0.59% 0.55% -
HSV(B) 22.84º 0.64% 0.82% -
XYZ 34.58 28.57 10.17 -
YUV 144 88.5 173.65 -
System Red Green Blue C M Y K H S L
Decimal 208 125 74 0 0.40 0.64 0.18 22.84 0.59 0.55
Hex D0 7D 4A 0 28 40 12 17 3B 37
Octal 320 175 112 0 50 100 22 27 73 67
Binary 11010000 1111101 1001010 0 101000 1000000 10010 10111 111011 110111

Color Harmonies of #D07D4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D07D4A

Black with #D07D4A

Text Example


Text Example

White with #D07D4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D07D4A; }

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

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

background-color css

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

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

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

border-color css

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

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

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