Html Css Color HEX #D67540 Raw Sienna

📋 copy color: '#D67540'

red 214 ◦ green 117 ◦ blue 64

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

Shades of Raw Sienna #D67540

Tints of Raw Sienna #D67540

RGB

 RED value IS 214 (83.98% from 255) = 54.18%

 GREEN value IS 117 (46.09% from 255) = 29.62%

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

R = 54.18%
G = 29.62%
B = 16.2%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.70

 K value IS 0.16

RGB Variations

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

Color information

#D67540 (or 0xD67540) is known color: Raw Sienna. HEX triplet: D6, 75 and 40. RGB value is (214,117,64). Sum of RGB (Red+Green+Blue) = 214+117+64=395 (52% of max value = 765). Red value is 214 (83.98% from 255 or 54.18% from 395); Green value is 117 (46.09% from 255 or 29.62% from 395); Blue value is 64 (25.39% from 255 or 16.20% from 395); Max value from RGB is 214 - color contains mainly: red. Hex color #D67540 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D67540 is #298ABF. Grayscale: #8C8C8C. Windows color (decimal): -2722496 or 4224470. OLE color: 4224470.

HSL color Cylindrical-coordinate representation of color #D67540: hue angle of 21.2º degrees, saturation: 0.65, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D67540 is Cyan = 0, Magento = 0.45, Yellow = 0.70 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 117 64 -
CMYK 0 0.45 0.70 0.16
HSL 21.2º 0.65% 0.55% -
HSV(B) 21.2º 0.7% 0.84% -
XYZ 35.02 27.39 8.29 -
YUV 139.96 85.14 180.81 -
System Red Green Blue C M Y K H S L
Decimal 214 117 64 0 0.45 0.70 0.16 21.2 0.65 0.55
Hex D6 75 40 0 2D 46 10 15 41 37
Octal 326 165 100 0 55 106 20 25 101 67
Binary 11010110 1110101 1000000 0 101101 1000110 10000 10101 1000001 110111

Color Harmonies of #D67540

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D67540

Black with #D67540

Text Example


Text Example

White with #D67540

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D67540; }

 p { color: rgb(214,117,64); }

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

background-color css

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

 a { background-color: rgb(214,117,64); }

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

border-color css

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

 span { border-color: rgb(214,117,64); }

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