Html Css Color HEX #D48626 Dixie

📋 copy color: '#D48626'

red 212 ◦ green 134 ◦ blue 38

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

Shades of Dixie #D48626

Tints of Dixie #D48626

RGB

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

 GREEN value IS 134 (52.73% from 255) = 34.9%

 BLUE value IS 38 (15.23% from 255) = 9.9%

R = 55.21%
G = 34.9%
B = 9.9%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.82

 K value IS 0.17

RGB Variations

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

Color information

#D48626 (or 0xD48626) is known color: Dixie. HEX triplet: D4, 86 and 26. RGB value is (212,134,38). Sum of RGB (Red+Green+Blue) = 212+134+38=384 (50% of max value = 765). Red value is 212 (83.20% from 255 or 55.21% from 384); Green value is 134 (52.73% from 255 or 34.90% from 384); Blue value is 38 (15.23% from 255 or 9.90% from 384); Max value from RGB is 212 - color contains mainly: red. Hex color #D48626 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D48626 is #2B79D9. Grayscale: #929292. Windows color (decimal): -2849242 or 2524884. OLE color: 2524884.

HSL color Cylindrical-coordinate representation of color #D48626: hue angle of 33.1º degrees, saturation: 0.7, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D48626 is Cyan = 0, Magento = 0.37, Yellow = 0.82 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 134 38 -
CMYK 0 0.37 0.82 0.17
HSL 33.1º 0.7% 0.49% -
HSV(B) 33.1º 0.82% 0.83% -
XYZ 36.03 31.19 5.95 -
YUV 146.38 66.84 174.81 -
System Red Green Blue C M Y K H S L
Decimal 212 134 38 0 0.37 0.82 0.17 33.1 0.7 0.49
Hex D4 86 26 0 25 52 11 21 46 31
Octal 324 206 46 0 45 122 21 41 106 61
Binary 11010100 10000110 100110 0 100101 1010010 10001 100001 1000110 110001

Color Harmonies of #D48626

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D48626

Black with #D48626

Text Example


Text Example

White with #D48626

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D48626; }

 p { color: rgb(212,134,38); }

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

background-color css

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

 a { background-color: rgb(212,134,38); }

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

border-color css

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

 span { border-color: rgb(212,134,38); }

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