Html Css Color HEX #D67445 Raw Sienna

📋 copy color: '#D67445'

red 214 ◦ green 116 ◦ blue 69

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

Shades of Raw Sienna #D67445

Tints of Raw Sienna #D67445

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 17.29%

R = 53.63%
G = 29.07%
B = 17.29%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.68

 K value IS 0.16

RGB Variations

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

Color information

#D67445 (or 0xD67445) is known color: Raw Sienna. HEX triplet: D6, 74 and 45. RGB value is (214,116,69). Sum of RGB (Red+Green+Blue) = 214+116+69=399 (52% of max value = 765). Red value is 214 (83.98% from 255 or 53.63% from 399); Green value is 116 (45.70% from 255 or 29.07% from 399); Blue value is 69 (27.34% from 255 or 17.29% from 399); Max value from RGB is 214 - color contains mainly: red. Hex color #D67445 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D67445 is #298BBA. Grayscale: #8C8C8C. Windows color (decimal): -2722747 or 4551894. OLE color: 4551894.

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

Color convert

RGB 214 116 69 -
CMYK 0 0.46 0.68 0.16
HSL 19.45º 0.64% 0.55% -
HSV(B) 19.45º 0.68% 0.84% -
XYZ 35.05 27.22 9.04 -
YUV 139.94 87.97 180.82 -
System Red Green Blue C M Y K H S L
Decimal 214 116 69 0 0.46 0.68 0.16 19.45 0.64 0.55
Hex D6 74 45 0 2E 44 10 13 40 37
Octal 326 164 105 0 56 104 20 23 100 67
Binary 11010110 1110100 1000101 0 101110 1000100 10000 10011 1000000 110111

Color Harmonies of #D67445

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D67445

Black with #D67445

Text Example


Text Example

White with #D67445

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D67445; }

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

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

background-color css

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

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

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

border-color css

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

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

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