Html Css Color HEX #D48725 Dixie

📋 copy color: '#D48725'

red 212 ◦ green 135 ◦ blue 37

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

Shades of Dixie #D48725

Tints of Dixie #D48725

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 9.64%

R = 55.21%
G = 35.16%
B = 9.64%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.83

 K value IS 0.17

RGB Variations

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

Color information

#D48725 (or 0xD48725) is known color: Dixie. HEX triplet: D4, 87 and 25. RGB value is (212,135,37). Sum of RGB (Red+Green+Blue) = 212+135+37=384 (50% of max value = 765). Red value is 212 (83.20% from 255 or 55.21% from 384); Green value is 135 (53.12% from 255 or 35.16% from 384); Blue value is 37 (14.84% from 255 or 9.64% from 384); Max value from RGB is 212 - color contains mainly: red. Hex color #D48725 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D48725 is #2B78DA. Grayscale: #939393. Windows color (decimal): -2848987 or 2459604. OLE color: 2459604.

HSL color Cylindrical-coordinate representation of color #D48725: hue angle of 33.6º degrees, saturation: 0.7, 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 #D48725 is Cyan = 0, Magento = 0.36, Yellow = 0.83 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 135 37 -
CMYK 0 0.36 0.83 0.17
HSL 33.6º 0.7% 0.49% -
HSV(B) 33.6º 0.83% 0.83% -
XYZ 36.15 31.46 5.92 -
YUV 146.85 66.01 174.47 -
System Red Green Blue C M Y K H S L
Decimal 212 135 37 0 0.36 0.83 0.17 33.6 0.7 0.49
Hex D4 87 25 0 24 53 11 22 46 31
Octal 324 207 45 0 44 123 21 42 106 61
Binary 11010100 10000111 100101 0 100100 1010011 10001 100010 1000110 110001

Color Harmonies of #D48725

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D48725

Black with #D48725

Text Example


Text Example

White with #D48725

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D48725; }

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

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

background-color css

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

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

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

border-color css

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

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

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