Html Css Color HEX #D68048 Raw Sienna

📋 copy color: '#D68048'

red 214 ◦ green 128 ◦ blue 72

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

Shades of Raw Sienna #D68048

Tints of Raw Sienna #D68048

RGB

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

 GREEN value IS 128 (50.39% from 255) = 30.92%

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

R = 51.69%
G = 30.92%
B = 17.39%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.66

 K value IS 0.16

RGB Variations

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

Color information

#D68048 (or 0xD68048) is known color: Raw Sienna. HEX triplet: D6, 80 and 48. RGB value is (214,128,72). Sum of RGB (Red+Green+Blue) = 214+128+72=414 (54% of max value = 765). Red value is 214 (83.98% from 255 or 51.69% from 414); Green value is 128 (50.39% from 255 or 30.92% from 414); Blue value is 72 (28.52% from 255 or 17.39% from 414); Max value from RGB is 214 - color contains mainly: red. Hex color #D68048 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D68048 is #297FB7. Grayscale: #939393. Windows color (decimal): -2719672 or 4751574. OLE color: 4751574.

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

Color convert

RGB 214 128 72 -
CMYK 0 0.40 0.66 0.16
HSL 23.66º 0.63% 0.56% -
HSV(B) 23.66º 0.66% 0.84% -
XYZ 36.62 30.2 10.03 -
YUV 147.33 85.49 175.55 -
System Red Green Blue C M Y K H S L
Decimal 214 128 72 0 0.40 0.66 0.16 23.66 0.63 0.56
Hex D6 80 48 0 28 42 10 18 3F 38
Octal 326 200 110 0 50 102 20 30 77 70
Binary 11010110 10000000 1001000 0 101000 1000010 10000 11000 111111 111000

Color Harmonies of #D68048

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D68048

Black with #D68048

Text Example


Text Example

White with #D68048

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D68048; }

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

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

background-color css

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

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

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

border-color css

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

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

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