Html Css Color HEX #D07F40 Raw Sienna

📋 copy color: '#D07F40'

red 208 ◦ green 127 ◦ blue 64

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

Shades of Raw Sienna #D07F40

Tints of Raw Sienna #D07F40

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 16.04%

R = 52.13%
G = 31.83%
B = 16.04%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.69

 K value IS 0.18

RGB Variations

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

Color information

#D07F40 (or 0xD07F40) is known color: Raw Sienna. HEX triplet: D0, 7F and 40. RGB value is (208,127,64). Sum of RGB (Red+Green+Blue) = 208+127+64=399 (52% of max value = 765). Red value is 208 (81.64% from 255 or 52.13% from 399); Green value is 127 (50% from 255 or 31.83% from 399); Blue value is 64 (25.39% from 255 or 16.04% from 399); Max value from RGB is 208 - color contains mainly: red. Hex color #D07F40 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D07F40 is #2F80BF. Grayscale: #909090. Windows color (decimal): -3113152 or 4227024. OLE color: 4227024.

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

Color convert

RGB 208 127 64 -
CMYK 0 0.39 0.69 0.18
HSL 26.25º 0.61% 0.53% -
HSV(B) 26.25º 0.69% 0.82% -
XYZ 34.53 28.96 8.62 -
YUV 144.04 82.84 173.62 -
System Red Green Blue C M Y K H S L
Decimal 208 127 64 0 0.39 0.69 0.18 26.25 0.61 0.53
Hex D0 7F 40 0 27 45 12 1A 3D 35
Octal 320 177 100 0 47 105 22 32 75 65
Binary 11010000 1111111 1000000 0 100111 1000101 10010 11010 111101 110101

Color Harmonies of #D07F40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D07F40

Black with #D07F40

Text Example


Text Example

White with #D07F40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D07F40; }

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

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

background-color css

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

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

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

border-color css

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

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

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