Html Css Color HEX #D67442 Raw Sienna

📋 copy color: '#D67442'

red 214 ◦ green 116 ◦ blue 66

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

Shades of Raw Sienna #D67442

Tints of Raw Sienna #D67442

RGB

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

 GREEN value IS 116 (45.7% from 255) = 29.29%

 BLUE value IS 66 (26.17% from 255) = 16.67%

R = 54.04%
G = 29.29%
B = 16.67%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.69

 K value IS 0.16

RGB Variations

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

Color information

#D67442 (or 0xD67442) is known color: Raw Sienna. HEX triplet: D6, 74 and 42. RGB value is (214,116,66). Sum of RGB (Red+Green+Blue) = 214+116+66=396 (52% of max value = 765). Red value is 214 (83.98% from 255 or 54.04% from 396); Green value is 116 (45.70% from 255 or 29.29% from 396); Blue value is 66 (26.17% from 255 or 16.67% from 396); Max value from RGB is 214 - color contains mainly: red. Hex color #D67442 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D67442 is #298BBD. Grayscale: #8B8B8B. Windows color (decimal): -2722750 or 4355286. OLE color: 4355286.

HSL color Cylindrical-coordinate representation of color #D67442: hue angle of 20.27º degrees, saturation: 0.64, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D67442 is Cyan = 0, Magento = 0.46, Yellow = 0.69 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 116 66 -
CMYK 0 0.46 0.69 0.16
HSL 20.27º 0.64% 0.55% -
HSV(B) 20.27º 0.69% 0.84% -
XYZ 34.96 27.18 8.56 -
YUV 139.6 86.47 181.07 -
System Red Green Blue C M Y K H S L
Decimal 214 116 66 0 0.46 0.69 0.16 20.27 0.64 0.55
Hex D6 74 42 0 2E 45 10 14 40 37
Octal 326 164 102 0 56 105 20 24 100 67
Binary 11010110 1110100 1000010 0 101110 1000101 10000 10100 1000000 110111

Color Harmonies of #D67442

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D67442

Black with #D67442

Text Example


Text Example

White with #D67442

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D67442; }

 p { color: rgb(214,116,66); }

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

background-color css

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

 a { background-color: rgb(214,116,66); }

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

border-color css

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

 span { border-color: rgb(214,116,66); }

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