Html Css Color HEX #D68148 Raw Sienna

📋 copy color: '#D68148'

red 214 ◦ green 129 ◦ blue 72

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

Shades of Raw Sienna #D68148

Tints of Raw Sienna #D68148

RGB

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

 GREEN value IS 129 (50.78% from 255) = 31.08%

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

R = 51.57%
G = 31.08%
B = 17.35%

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

#D68148 (or 0xD68148) is known color: Raw Sienna. HEX triplet: D6, 81 and 48. RGB value is (214,129,72). Sum of RGB (Red+Green+Blue) = 214+129+72=415 (54% of max value = 765). Red value is 214 (83.98% from 255 or 51.57% from 415); Green value is 129 (50.78% from 255 or 31.08% from 415); Blue value is 72 (28.52% from 255 or 17.35% from 415); Max value from RGB is 214 - color contains mainly: red. Hex color #D68148 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D68148 is #297EB7. Grayscale: #949494. Windows color (decimal): -2719416 or 4751830. OLE color: 4751830.

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

Color convert

RGB 214 129 72 -
CMYK 0 0.40 0.66 0.16
HSL 24.08º 0.63% 0.56% -
HSV(B) 24.08º 0.66% 0.84% -
XYZ 36.75 30.46 10.07 -
YUV 147.92 85.16 175.13 -
System Red Green Blue C M Y K H S L
Decimal 214 129 72 0 0.40 0.66 0.16 24.08 0.63 0.56
Hex D6 81 48 0 28 42 10 18 3F 38
Octal 326 201 110 0 50 102 20 30 77 70
Binary 11010110 10000001 1001000 0 101000 1000010 10000 11000 111111 111000

Color Harmonies of #D68148

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D68148

Black with #D68148

Text Example


Text Example

White with #D68148

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D68148; }

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

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

background-color css

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

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

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

border-color css

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

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

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