Html Css Color HEX #D48624 Dixie

📋 copy color: '#D48624'

red 212 ◦ green 134 ◦ blue 36

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

Shades of Dixie #D48624

Tints of Dixie #D48624

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 9.42%

R = 55.5%
G = 35.08%
B = 9.42%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.83

 K value IS 0.17

RGB Variations

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

Color information

#D48624 (or 0xD48624) is known color: Dixie. HEX triplet: D4, 86 and 24. RGB value is (212,134,36). Sum of RGB (Red+Green+Blue) = 212+134+36=382 (50% of max value = 765). Red value is 212 (83.20% from 255 or 55.50% from 382); Green value is 134 (52.73% from 255 or 35.08% from 382); Blue value is 36 (14.45% from 255 or 9.42% from 382); Max value from RGB is 212 - color contains mainly: red. Hex color #D48624 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D48624 is #2B79DB. Grayscale: #929292. Windows color (decimal): -2849244 or 2393812. OLE color: 2393812.

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

Color convert

RGB 212 134 36 -
CMYK 0 0.37 0.83 0.17
HSL 33.41º 0.71% 0.49% -
HSV(B) 33.41º 0.83% 0.83% -
XYZ 35.99 31.17 5.79 -
YUV 146.15 65.84 174.97 -
System Red Green Blue C M Y K H S L
Decimal 212 134 36 0 0.37 0.83 0.17 33.41 0.71 0.49
Hex D4 86 24 0 25 53 11 21 47 31
Octal 324 206 44 0 45 123 21 41 107 61
Binary 11010100 10000110 100100 0 100101 1010011 10001 100001 1000111 110001

Color Harmonies of #D48624

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D48624

Black with #D48624

Text Example


Text Example

White with #D48624

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D48624; }

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

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

background-color css

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

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

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

border-color css

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

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

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