Html Css Color HEX #D48142 Raw Sienna

📋 copy color: '#D48142'

red 212 ◦ green 129 ◦ blue 66

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

Shades of Raw Sienna #D48142

Tints of Raw Sienna #D48142

RGB

 RED value IS 212 (83.2% from 255) = 52.09%

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

 BLUE value IS 66 (26.17% from 255) = 16.22%

R = 52.09%
G = 31.7%
B = 16.22%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.69

 K value IS 0.17

RGB Variations

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

Color information

#D48142 (or 0xD48142) is known color: Raw Sienna. HEX triplet: D4, 81 and 42. RGB value is (212,129,66). Sum of RGB (Red+Green+Blue) = 212+129+66=407 (53% of max value = 765). Red value is 212 (83.20% from 255 or 52.09% from 407); Green value is 129 (50.78% from 255 or 31.70% from 407); Blue value is 66 (26.17% from 255 or 16.22% from 407); Max value from RGB is 212 - color contains mainly: red. Hex color #D48142 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D48142 is #2B7EBD. Grayscale: #929292. Windows color (decimal): -2850494 or 4358612. OLE color: 4358612.

HSL color Cylindrical-coordinate representation of color #D48142: hue angle of 25.89º degrees, saturation: 0.63, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D48142 is Cyan = 0, Magento = 0.39, Yellow = 0.69 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 129 66 -
CMYK 0 0.39 0.69 0.17
HSL 25.89º 0.63% 0.55% -
HSV(B) 25.89º 0.69% 0.83% -
XYZ 35.99 30.09 9.07 -
YUV 146.64 82.5 174.62 -
System Red Green Blue C M Y K H S L
Decimal 212 129 66 0 0.39 0.69 0.17 25.89 0.63 0.55
Hex D4 81 42 0 27 45 11 1A 3F 37
Octal 324 201 102 0 47 105 21 32 77 67
Binary 11010100 10000001 1000010 0 100111 1000101 10001 11010 111111 110111

Color Harmonies of #D48142

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D48142

Black with #D48142

Text Example


Text Example

White with #D48142

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D48142; }

 p { color: rgb(212,129,66); }

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

background-color css

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

 a { background-color: rgb(212,129,66); }

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

border-color css

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

 span { border-color: rgb(212,129,66); }

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