Html Css Color HEX #D68448 Raw Sienna

📋 copy color: '#D68448'

red 214 ◦ green 132 ◦ blue 72

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

Shades of Raw Sienna #D68448

Tints of Raw Sienna #D68448

RGB

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

 GREEN value IS 132 (51.95% from 255) = 31.58%

 BLUE value IS 72 (28.52% from 255) = 17.22%

R = 51.2%
G = 31.58%
B = 17.22%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.66

 K value IS 0.16

RGB Variations

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

Color information

#D68448 (or 0xD68448) is known color: Raw Sienna. HEX triplet: D6, 84 and 48. RGB value is (214,132,72). Sum of RGB (Red+Green+Blue) = 214+132+72=418 (55% of max value = 765). Red value is 214 (83.98% from 255 or 51.20% from 418); Green value is 132 (51.95% from 255 or 31.58% from 418); Blue value is 72 (28.52% from 255 or 17.22% from 418); Max value from RGB is 214 - color contains mainly: red. Hex color #D68448 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D68448 is #297BB7. Grayscale: #959595. Windows color (decimal): -2718648 or 4752598. OLE color: 4752598.

HSL color Cylindrical-coordinate representation of color #D68448: hue angle of 25.35º degrees, saturation: 0.63, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #D68448 is Cyan = 0, Magento = 0.38, Yellow = 0.66 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 132 72 -
CMYK 0 0.38 0.66 0.16
HSL 25.35º 0.63% 0.56% -
HSV(B) 25.35º 0.66% 0.84% -
XYZ 37.15 31.27 10.21 -
YUV 149.68 84.17 173.88 -
System Red Green Blue C M Y K H S L
Decimal 214 132 72 0 0.38 0.66 0.16 25.35 0.63 0.56
Hex D6 84 48 0 26 42 10 19 3F 38
Octal 326 204 110 0 46 102 20 31 77 70
Binary 11010110 10000100 1001000 0 100110 1000010 10000 11001 111111 111000

Color Harmonies of #D68448

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D68448

Black with #D68448

Text Example


Text Example

White with #D68448

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D68448; }

 p { color: rgb(214,132,72); }

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

background-color css

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

 a { background-color: rgb(214,132,72); }

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

border-color css

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

 span { border-color: rgb(214,132,72); }

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