Html Css Color HEX #D07C4A Raw Sienna

📋 copy color: '#D07C4A'

red 208 ◦ green 124 ◦ blue 74

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

Shades of Raw Sienna #D07C4A

Tints of Raw Sienna #D07C4A

RGB

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

 GREEN value IS 124 (48.83% from 255) = 30.54%

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

R = 51.23%
G = 30.54%
B = 18.23%

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

#D07C4A (or 0xD07C4A) is known color: Raw Sienna. HEX triplet: D0, 7C and 4A. RGB value is (208,124,74). Sum of RGB (Red+Green+Blue) = 208+124+74=406 (53% of max value = 765). Red value is 208 (81.64% from 255 or 51.23% from 406); Green value is 124 (48.83% from 255 or 30.54% from 406); Blue value is 74 (29.30% from 255 or 18.23% from 406); Max value from RGB is 208 - color contains mainly: red. Hex color #D07C4A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D07C4A is #2F83B5. Grayscale: #8F8F8F. Windows color (decimal): -3113910 or 4881616. OLE color: 4881616.

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

Color convert

RGB 208 124 74 -
CMYK 0 0.40 0.64 0.18
HSL 22.39º 0.59% 0.55% -
HSV(B) 22.39º 0.64% 0.82% -
XYZ 34.46 28.32 10.13 -
YUV 143.42 88.83 174.07 -
System Red Green Blue C M Y K H S L
Decimal 208 124 74 0 0.40 0.64 0.18 22.39 0.59 0.55
Hex D0 7C 4A 0 28 40 12 16 3B 37
Octal 320 174 112 0 50 100 22 26 73 67
Binary 11010000 1111100 1001010 0 101000 1000000 10010 10110 111011 110111

Color Harmonies of #D07C4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D07C4A

Black with #D07C4A

Text Example


Text Example

White with #D07C4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D07C4A; }

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

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

background-color css

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

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

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

border-color css

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

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

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