Html Css Color HEX #D07D41 Raw Sienna

📋 copy color: '#D07D41'

red 208 ◦ green 125 ◦ blue 65

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

Shades of Raw Sienna #D07D41

Tints of Raw Sienna #D07D41

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 16.33%

R = 52.26%
G = 31.41%
B = 16.33%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.69

 K value IS 0.18

RGB Variations

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

Color information

#D07D41 (or 0xD07D41) is known color: Raw Sienna. HEX triplet: D0, 7D and 41. RGB value is (208,125,65). Sum of RGB (Red+Green+Blue) = 208+125+65=398 (52% of max value = 765). Red value is 208 (81.64% from 255 or 52.26% from 398); Green value is 125 (49.22% from 255 or 31.41% from 398); Blue value is 65 (25.78% from 255 or 16.33% from 398); Max value from RGB is 208 - color contains mainly: red. Hex color #D07D41 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D07D41 is #2F82BE. Grayscale: #8F8F8F. Windows color (decimal): -3113663 or 4292048. OLE color: 4292048.

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

Color convert

RGB 208 125 65 -
CMYK 0 0.40 0.69 0.18
HSL 25.17º 0.6% 0.54% -
HSV(B) 25.17º 0.69% 0.82% -
XYZ 34.3 28.46 8.69 -
YUV 142.98 84 174.38 -
System Red Green Blue C M Y K H S L
Decimal 208 125 65 0 0.40 0.69 0.18 25.17 0.6 0.54
Hex D0 7D 41 0 28 45 12 19 3C 36
Octal 320 175 101 0 50 105 22 31 74 66
Binary 11010000 1111101 1000001 0 101000 1000101 10010 11001 111100 110110

Color Harmonies of #D07D41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D07D41

Black with #D07D41

Text Example


Text Example

White with #D07D41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D07D41; }

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

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

background-color css

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

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

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

border-color css

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

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

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