Html Css Color HEX #D48730 Dixie

📋 copy color: '#D48730'

red 212 ◦ green 135 ◦ blue 48

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

Shades of Dixie #D48730

Tints of Dixie #D48730

RGB

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

 GREEN value IS 135 (53.13% from 255) = 34.18%

 BLUE value IS 48 (19.14% from 255) = 12.15%

R = 53.67%
G = 34.18%
B = 12.15%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.77

 K value IS 0.17

RGB Variations

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

Color information

#D48730 (or 0xD48730) is known color: Dixie. HEX triplet: D4, 87 and 30. RGB value is (212,135,48). Sum of RGB (Red+Green+Blue) = 212+135+48=395 (52% of max value = 765). Red value is 212 (83.20% from 255 or 53.67% from 395); Green value is 135 (53.12% from 255 or 34.18% from 395); Blue value is 48 (19.14% from 255 or 12.15% from 395); Max value from RGB is 212 - color contains mainly: red. Hex color #D48730 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D48730 is #2B78CF. Grayscale: #949494. Windows color (decimal): -2848976 or 3180500. OLE color: 3180500.

HSL color Cylindrical-coordinate representation of color #D48730: hue angle of 31.83º degrees, saturation: 0.66, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D48730 is Cyan = 0, Magento = 0.36, Yellow = 0.77 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 135 48 -
CMYK 0 0.36 0.77 0.17
HSL 31.83º 0.66% 0.51% -
HSV(B) 31.83º 0.77% 0.83% -
XYZ 36.35 31.54 6.97 -
YUV 148.11 71.51 173.57 -
System Red Green Blue C M Y K H S L
Decimal 212 135 48 0 0.36 0.77 0.17 31.83 0.66 0.51
Hex D4 87 30 0 24 4D 11 20 42 33
Octal 324 207 60 0 44 115 21 40 102 63
Binary 11010100 10000111 110000 0 100100 1001101 10001 100000 1000010 110011

Color Harmonies of #D48730

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D48730

Black with #D48730

Text Example


Text Example

White with #D48730

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D48730; }

 p { color: rgb(212,135,48); }

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

background-color css

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

 a { background-color: rgb(212,135,48); }

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

border-color css

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

 span { border-color: rgb(212,135,48); }

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