Html Css Color HEX #D08428 Dixie

📋 copy color: '#D08428'

red 208 ◦ green 132 ◦ blue 40

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

Shades of Dixie #D08428

Tints of Dixie #D08428

RGB

 RED value IS 208 (81.64% from 255) = 54.74%

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

 BLUE value IS 40 (16.02% from 255) = 10.53%

R = 54.74%
G = 34.74%
B = 10.53%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.81

 K value IS 0.18

RGB Variations

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

Color information

#D08428 (or 0xD08428) is known color: Dixie. HEX triplet: D0, 84 and 28. RGB value is (208,132,40). Sum of RGB (Red+Green+Blue) = 208+132+40=380 (50% of max value = 765). Red value is 208 (81.64% from 255 or 54.74% from 380); Green value is 132 (51.95% from 255 or 34.74% from 380); Blue value is 40 (16.02% from 255 or 10.53% from 380); Max value from RGB is 208 - color contains mainly: red. Hex color #D08428 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D08428 is #2F7BD7. Grayscale: #909090. Windows color (decimal): -3111896 or 2655440. OLE color: 2655440.

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

Color convert

RGB 208 132 40 -
CMYK 0 0.37 0.81 0.18
HSL 32.86º 0.68% 0.49% -
HSV(B) 32.86º 0.81% 0.82% -
XYZ 34.65 30.07 5.98 -
YUV 144.24 69.18 173.48 -
System Red Green Blue C M Y K H S L
Decimal 208 132 40 0 0.37 0.81 0.18 32.86 0.68 0.49
Hex D0 84 28 0 25 51 12 21 44 31
Octal 320 204 50 0 45 121 22 41 104 61
Binary 11010000 10000100 101000 0 100101 1010001 10010 100001 1000100 110001

Color Harmonies of #D08428

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D08428

Black with #D08428

Text Example


Text Example

White with #D08428

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D08428; }

 p { color: rgb(208,132,40); }

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

background-color css

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

 a { background-color: rgb(208,132,40); }

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

border-color css

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

 span { border-color: rgb(208,132,40); }

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