Html Css Color HEX #D68248 Raw Sienna

📋 copy color: '#D68248'

red 214 ◦ green 130 ◦ blue 72

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

Shades of Raw Sienna #D68248

Tints of Raw Sienna #D68248

RGB

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

 GREEN value IS 130 (51.17% from 255) = 31.25%

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

R = 51.44%
G = 31.25%
B = 17.31%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.66

 K value IS 0.16

RGB Variations

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

Color information

#D68248 (or 0xD68248) is known color: Raw Sienna. HEX triplet: D6, 82 and 48. RGB value is (214,130,72). Sum of RGB (Red+Green+Blue) = 214+130+72=416 (55% of max value = 765). Red value is 214 (83.98% from 255 or 51.44% from 416); Green value is 130 (51.17% from 255 or 31.25% from 416); Blue value is 72 (28.52% from 255 or 17.31% from 416); Max value from RGB is 214 - color contains mainly: red. Hex color #D68248 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D68248 is #297DB7. Grayscale: #949494. Windows color (decimal): -2719160 or 4752086. OLE color: 4752086.

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

Color convert

RGB 214 130 72 -
CMYK 0 0.39 0.66 0.16
HSL 24.51º 0.63% 0.56% -
HSV(B) 24.51º 0.66% 0.84% -
XYZ 36.88 30.73 10.12 -
YUV 148.5 84.83 174.72 -
System Red Green Blue C M Y K H S L
Decimal 214 130 72 0 0.39 0.66 0.16 24.51 0.63 0.56
Hex D6 82 48 0 27 42 10 19 3F 38
Octal 326 202 110 0 47 102 20 31 77 70
Binary 11010110 10000010 1001000 0 100111 1000010 10000 11001 111111 111000

Color Harmonies of #D68248

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D68248

Black with #D68248

Text Example


Text Example

White with #D68248

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D68248; }

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

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

background-color css

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

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

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

border-color css

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

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

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