Html Css Color HEX #D07F46 Raw Sienna

📋 copy color: '#D07F46'

red 208 ◦ green 127 ◦ blue 70

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

Shades of Raw Sienna #D07F46

Tints of Raw Sienna #D07F46

RGB

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

 GREEN value IS 127 (50% from 255) = 31.36%

 BLUE value IS 70 (27.73% from 255) = 17.28%

R = 51.36%
G = 31.36%
B = 17.28%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.66

 K value IS 0.18

RGB Variations

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

Color information

#D07F46 (or 0xD07F46) is known color: Raw Sienna. HEX triplet: D0, 7F and 46. RGB value is (208,127,70). Sum of RGB (Red+Green+Blue) = 208+127+70=405 (53% of max value = 765). Red value is 208 (81.64% from 255 or 51.36% from 405); Green value is 127 (50% from 255 or 31.36% from 405); Blue value is 70 (27.73% from 255 or 17.28% from 405); Max value from RGB is 208 - color contains mainly: red. Hex color #D07F46 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D07F46 is #2F80B9. Grayscale: #919191. Windows color (decimal): -3113146 or 4620240. OLE color: 4620240.

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

Color convert

RGB 208 127 70 -
CMYK 0 0.39 0.66 0.18
HSL 24.78º 0.59% 0.55% -
HSV(B) 24.78º 0.66% 0.82% -
XYZ 34.71 29.03 9.57 -
YUV 144.72 85.84 173.13 -
System Red Green Blue C M Y K H S L
Decimal 208 127 70 0 0.39 0.66 0.18 24.78 0.59 0.55
Hex D0 7F 46 0 27 42 12 19 3B 37
Octal 320 177 106 0 47 102 22 31 73 67
Binary 11010000 1111111 1000110 0 100111 1000010 10010 11001 111011 110111

Color Harmonies of #D07F46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D07F46

Black with #D07F46

Text Example


Text Example

White with #D07F46

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D07F46; }

 p { color: rgb(208,127,70); }

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

background-color css

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

 a { background-color: rgb(208,127,70); }

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

border-color css

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

 span { border-color: rgb(208,127,70); }

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