Html Css Color HEX #D67345 Raw Sienna

📋 copy color: '#D67345'

red 214 ◦ green 115 ◦ blue 69

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

Shades of Raw Sienna #D67345

Tints of Raw Sienna #D67345

RGB

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

 GREEN value IS 115 (45.31% from 255) = 28.89%

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

R = 53.77%
G = 28.89%
B = 17.34%

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

#D67345 (or 0xD67345) is known color: Raw Sienna. HEX triplet: D6, 73 and 45. RGB value is (214,115,69). Sum of RGB (Red+Green+Blue) = 214+115+69=398 (52% of max value = 765). Red value is 214 (83.98% from 255 or 53.77% from 398); Green value is 115 (45.31% from 255 or 28.89% from 398); Blue value is 69 (27.34% from 255 or 17.34% from 398); Max value from RGB is 214 - color contains mainly: red. Hex color #D67345 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D67345 is #298CBA. Grayscale: #8B8B8B. Windows color (decimal): -2723003 or 4551638. OLE color: 4551638.

HSL color Cylindrical-coordinate representation of color #D67345: hue angle of 19.03º 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 #D67345 is Cyan = 0, Magento = 0.46, Yellow = 0.68 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 115 69 -
CMYK 0 0.46 0.68 0.16
HSL 19.03º 0.64% 0.55% -
HSV(B) 19.03º 0.68% 0.84% -
XYZ 34.94 26.99 9 -
YUV 139.36 88.3 181.24 -
System Red Green Blue C M Y K H S L
Decimal 214 115 69 0 0.46 0.68 0.16 19.03 0.64 0.55
Hex D6 73 45 0 2E 44 10 13 40 37
Octal 326 163 105 0 56 104 20 23 100 67
Binary 11010110 1110011 1000101 0 101110 1000100 10000 10011 1000000 110111

Color Harmonies of #D67345

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D67345

Black with #D67345

Text Example


Text Example

White with #D67345

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D67345; }

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

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

background-color css

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

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

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

border-color css

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

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

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