Html Css Color HEX #D08830 Dixie

📋 copy color: '#D08830'

red 208 ◦ green 136 ◦ blue 48

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

Shades of Dixie #D08830

Tints of Dixie #D08830

RGB

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

 GREEN value IS 136 (53.52% from 255) = 34.69%

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

R = 53.06%
G = 34.69%
B = 12.24%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.77

 K value IS 0.18

RGB Variations

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

Color information

#D08830 (or 0xD08830) is known color: Dixie. HEX triplet: D0, 88 and 30. RGB value is (208,136,48). Sum of RGB (Red+Green+Blue) = 208+136+48=392 (51% of max value = 765). Red value is 208 (81.64% from 255 or 53.06% from 392); Green value is 136 (53.52% from 255 or 34.69% from 392); Blue value is 48 (19.14% from 255 or 12.24% from 392); Max value from RGB is 208 - color contains mainly: red. Hex color #D08830 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D08830 is #2F77CF. Grayscale: #939393. Windows color (decimal): -3110864 or 3180752. OLE color: 3180752.

HSL color Cylindrical-coordinate representation of color #D08830: hue angle of 33º 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 #D08830 is Cyan = 0, Magento = 0.35, Yellow = 0.77 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 136 48 -
CMYK 0 0.35 0.77 0.18
HSL 33º 0.63% 0.5% -
HSV(B) 33º 0.77% 0.82% -
XYZ 35.35 31.23 6.96 -
YUV 147.5 71.85 171.16 -
System Red Green Blue C M Y K H S L
Decimal 208 136 48 0 0.35 0.77 0.18 33 0.63 0.5
Hex D0 88 30 0 23 4D 12 21 3F 32
Octal 320 210 60 0 43 115 22 41 77 62
Binary 11010000 10001000 110000 0 100011 1001101 10010 100001 111111 110010

Color Harmonies of #D08830

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D08830

Black with #D08830

Text Example


Text Example

White with #D08830

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D08830; }

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

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

background-color css

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

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

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

border-color css

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

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

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