Html Css Color HEX #D48342 Raw Sienna

📋 copy color: '#D48342'

red 212 ◦ green 131 ◦ blue 66

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

Shades of Raw Sienna #D48342

Tints of Raw Sienna #D48342

RGB

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

 GREEN value IS 131 (51.56% from 255) = 32.03%

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

R = 51.83%
G = 32.03%
B = 16.14%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.69

 K value IS 0.17

RGB Variations

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

Color information

#D48342 (or 0xD48342) is known color: Raw Sienna. HEX triplet: D4, 83 and 42. RGB value is (212,131,66). Sum of RGB (Red+Green+Blue) = 212+131+66=409 (54% of max value = 765). Red value is 212 (83.20% from 255 or 51.83% from 409); Green value is 131 (51.56% from 255 or 32.03% from 409); Blue value is 66 (26.17% from 255 or 16.14% from 409); Max value from RGB is 212 - color contains mainly: red. Hex color #D48342 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D48342 is #2B7CBD. Grayscale: #949494. Windows color (decimal): -2849982 or 4359124. OLE color: 4359124.

HSL color Cylindrical-coordinate representation of color #D48342: hue angle of 26.71º 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 #D48342 is Cyan = 0, Magento = 0.38, Yellow = 0.69 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 131 66 -
CMYK 0 0.38 0.69 0.17
HSL 26.71º 0.63% 0.55% -
HSV(B) 26.71º 0.69% 0.83% -
XYZ 36.25 30.62 9.15 -
YUV 147.81 81.84 173.79 -
System Red Green Blue C M Y K H S L
Decimal 212 131 66 0 0.38 0.69 0.17 26.71 0.63 0.55
Hex D4 83 42 0 26 45 11 1B 3F 37
Octal 324 203 102 0 46 105 21 33 77 67
Binary 11010100 10000011 1000010 0 100110 1000101 10001 11011 111111 110111

Color Harmonies of #D48342

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D48342

Black with #D48342

Text Example


Text Example

White with #D48342

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D48342; }

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

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

background-color css

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

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

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

border-color css

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

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

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