Html Css Color HEX #D07640 Raw Sienna

📋 copy color: '#D07640'

red 208 ◦ green 118 ◦ blue 64

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

Shades of Raw Sienna #D07640

Tints of Raw Sienna #D07640

RGB

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

 GREEN value IS 118 (46.48% from 255) = 30.26%

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

R = 53.33%
G = 30.26%
B = 16.41%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.69

 K value IS 0.18

RGB Variations

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

Color information

#D07640 (or 0xD07640) is known color: Raw Sienna. HEX triplet: D0, 76 and 40. RGB value is (208,118,64). Sum of RGB (Red+Green+Blue) = 208+118+64=390 (51% of max value = 765). Red value is 208 (81.64% from 255 or 53.33% from 390); Green value is 118 (46.48% from 255 or 30.26% from 390); Blue value is 64 (25.39% from 255 or 16.41% from 390); Max value from RGB is 208 - color contains mainly: red. Hex color #D07640 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D07640 is #2F89BF. Grayscale: #8B8B8B. Windows color (decimal): -3115456 or 4224720. OLE color: 4224720.

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

Color convert

RGB 208 118 64 -
CMYK 0 0.43 0.69 0.18
HSL 22.5º 0.61% 0.53% -
HSV(B) 22.5º 0.69% 0.82% -
XYZ 33.42 26.74 8.25 -
YUV 138.75 85.82 177.39 -
System Red Green Blue C M Y K H S L
Decimal 208 118 64 0 0.43 0.69 0.18 22.5 0.61 0.53
Hex D0 76 40 0 2B 45 12 16 3D 35
Octal 320 166 100 0 53 105 22 26 75 65
Binary 11010000 1110110 1000000 0 101011 1000101 10010 10110 111101 110101

Color Harmonies of #D07640

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D07640

Black with #D07640

Text Example


Text Example

White with #D07640

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D07640; }

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

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

background-color css

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

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

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

border-color css

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

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

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