Html Css Color HEX #D07E4A Raw Sienna

📋 copy color: '#D07E4A'

red 208 ◦ green 126 ◦ blue 74

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

Shades of Raw Sienna #D07E4A

Tints of Raw Sienna #D07E4A

RGB

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

 GREEN value IS 126 (49.61% from 255) = 30.88%

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

R = 50.98%
G = 30.88%
B = 18.14%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.64

 K value IS 0.18

RGB Variations

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

Color information

#D07E4A (or 0xD07E4A) is known color: Raw Sienna. HEX triplet: D0, 7E and 4A. RGB value is (208,126,74). Sum of RGB (Red+Green+Blue) = 208+126+74=408 (54% of max value = 765). Red value is 208 (81.64% from 255 or 50.98% from 408); Green value is 126 (49.61% from 255 or 30.88% from 408); Blue value is 74 (29.30% from 255 or 18.14% from 408); Max value from RGB is 208 - color contains mainly: red. Hex color #D07E4A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D07E4A is #2F81B5. Grayscale: #909090. Windows color (decimal): -3113398 or 4882128. OLE color: 4882128.

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

Color convert

RGB 208 126 74 -
CMYK 0 0.39 0.64 0.18
HSL 23.28º 0.59% 0.55% -
HSV(B) 23.28º 0.64% 0.82% -
XYZ 34.71 28.83 10.21 -
YUV 144.59 88.17 173.23 -
System Red Green Blue C M Y K H S L
Decimal 208 126 74 0 0.39 0.64 0.18 23.28 0.59 0.55
Hex D0 7E 4A 0 27 40 12 17 3B 37
Octal 320 176 112 0 47 100 22 27 73 67
Binary 11010000 1111110 1001010 0 100111 1000000 10010 10111 111011 110111

Color Harmonies of #D07E4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D07E4A

Black with #D07E4A

Text Example


Text Example

White with #D07E4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D07E4A; }

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

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

background-color css

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

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

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

border-color css

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

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

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