#D67A40

Color #D67A40 Raw Sienna (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Raw Sienna #D67A40

Tints of Raw Sienna #D67A40

Color information

#D67A40 (or 0xD67A40) is unknown color: approx Raw Sienna. HEX triplet: D6, 7A and 40. RGB value is (214,122,64). Sum of RGB (Red+Green+Blue) = 214+122+64=400 (52% of max value = 765). Red value is 214 (83.98% from 255 or 53.5% from 400); Green value is 122 (48.05% from 255 or 30.5% from 400); Blue value is 64 (25.39% from 255 or 16% from 400); Max value from RGB is 214 - color contains mainly: red. Hex color #D67A40 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D67A40 is #2985BF. Grayscale: #8F8F8F. Windows color (decimal): -2721216 or 4225750. OLE color: 4225750.

HSL color Cylindrical-coordinate representation of color #D67A40: hue angle of 23.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 #D67A40 is Cyan = 0, Magento = 0.43, Yellow = 0.70 and Black (K on CMYK) = 0.16.

Color convert

RGB21412264-
CMYK00.430.700.16
HSL23.2º64.66%54.51%-
HSV(B)23.2º70.09%83.92%-
XYZ35.6228.598.49-
YUV142.983.48178.72-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 53.5%
GREEN value IS 122 (48.05% from 255) = 30.5%
BLUE value IS 64 (25.39% from 255) = 16%
R=53.5%
G=30.5%
B=16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.70
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2141226400.430.700.1623.264.6654.51
HexD67A4002B4610174137
Octal326172100053106202710167
Binary11010110111101010000000101011100011010000101111000001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D67A40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D67A40; }

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

 H1.HeaderClassName
 {
   color: #D67A40;
 }
 .AnyTagClassName
 {
   color: #D67A40;
 }
</style>
background-color css

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

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

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

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

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

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