Html Css Color HEX #D08430 Dixie

📋 copy color: '#D08430'

red 208 ◦ green 132 ◦ blue 48

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

Shades of Dixie #D08430

Tints of Dixie #D08430

RGB

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

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

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

R = 53.61%
G = 34.02%
B = 12.37%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.77

 K value IS 0.18

RGB Variations

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

Color information

#D08430 (or 0xD08430) is known color: Dixie. HEX triplet: D0, 84 and 30. RGB value is (208,132,48). Sum of RGB (Red+Green+Blue) = 208+132+48=388 (51% of max value = 765). Red value is 208 (81.64% from 255 or 53.61% from 388); Green value is 132 (51.95% from 255 or 34.02% from 388); Blue value is 48 (19.14% from 255 or 12.37% from 388); Max value from RGB is 208 - color contains mainly: red. Hex color #D08430 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D08430 is #2F7BCF. Grayscale: #919191. Windows color (decimal): -3111888 or 3179728. OLE color: 3179728.

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

Color convert

RGB 208 132 48 -
CMYK 0 0.37 0.77 0.18
HSL 31.5º 0.63% 0.5% -
HSV(B) 31.5º 0.77% 0.82% -
XYZ 34.8 30.13 6.78 -
YUV 145.15 73.18 172.83 -
System Red Green Blue C M Y K H S L
Decimal 208 132 48 0 0.37 0.77 0.18 31.5 0.63 0.5
Hex D0 84 30 0 25 4D 12 1F 3F 32
Octal 320 204 60 0 45 115 22 37 77 62
Binary 11010000 10000100 110000 0 100101 1001101 10010 11111 111111 110010

Color Harmonies of #D08430

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D08430

Black with #D08430

Text Example


Text Example

White with #D08430

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D08430; }

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

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

background-color css

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

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

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

border-color css

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

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

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