Html Css Color HEX #DA8425 Dixie

📋 copy color: '#DA8425'

red 218 ◦ green 132 ◦ blue 37

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

Shades of Dixie #DA8425

Tints of Dixie #DA8425

RGB

 RED value IS 218 (85.55% from 255) = 56.33%

 GREEN value IS 132 (51.95% from 255) = 34.11%

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

R = 56.33%
G = 34.11%
B = 9.56%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.83

 K value IS 0.15

RGB Variations

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

Color information

#DA8425 (or 0xDA8425) is known color: Dixie. HEX triplet: DA, 84 and 25. RGB value is (218,132,37). Sum of RGB (Red+Green+Blue) = 218+132+37=387 (51% of max value = 765). Red value is 218 (85.55% from 255 or 56.33% from 387); Green value is 132 (51.95% from 255 or 34.11% from 387); Blue value is 37 (14.84% from 255 or 9.56% from 387); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8425 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DA8425 is #257BDA. Grayscale: #939393. Windows color (decimal): -2456539 or 2458842. OLE color: 2458842.

HSL color Cylindrical-coordinate representation of color #DA8425: hue angle of 31.49º degrees, saturation: 0.71, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #DA8425 is Cyan = 0, Magento = 0.39, Yellow = 0.83 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 132 37 -
CMYK 0 0.39 0.83 0.15
HSL 31.49º 0.71% 0.5% -
HSV(B) 31.49º 0.83% 0.85% -
XYZ 37.5 31.54 5.86 -
YUV 146.88 65.99 178.72 -
System Red Green Blue C M Y K H S L
Decimal 218 132 37 0 0.39 0.83 0.15 31.49 0.71 0.5
Hex DA 84 25 0 27 53 F 1F 47 32
Octal 332 204 45 0 47 123 17 37 107 62
Binary 11011010 10000100 100101 0 100111 1010011 1111 11111 1000111 110010

Color Harmonies of #DA8425

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA8425

Black with #DA8425

Text Example


Text Example

White with #DA8425

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA8425; }

 p { color: rgb(218,132,37); }

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

background-color css

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

 a { background-color: rgb(218,132,37); }

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

border-color css

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

 span { border-color: rgb(218,132,37); }

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