Html Css Color HEX #D68830 Dixie

📋 copy color: '#D68830'

red 214 ◦ green 136 ◦ blue 48

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

Shades of Dixie #D68830

Tints of Dixie #D68830

RGB

 RED value IS 214 (83.98% from 255) = 53.77%

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

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

R = 53.77%
G = 34.17%
B = 12.06%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.78

 K value IS 0.16

RGB Variations

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

Color information

#D68830 (or 0xD68830) is known color: Dixie. HEX triplet: D6, 88 and 30. RGB value is (214,136,48). Sum of RGB (Red+Green+Blue) = 214+136+48=398 (52% of max value = 765). Red value is 214 (83.98% from 255 or 53.77% from 398); Green value is 136 (53.52% from 255 or 34.17% from 398); Blue value is 48 (19.14% from 255 or 12.06% from 398); Max value from RGB is 214 - color contains mainly: red. Hex color #D68830 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D68830 is #2977CF. Grayscale: #959595. Windows color (decimal): -2717648 or 3180758. OLE color: 3180758.

HSL color Cylindrical-coordinate representation of color #D68830: hue angle of 31.81º degrees, saturation: 0.67, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D68830 is Cyan = 0, Magento = 0.36, Yellow = 0.78 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 136 48 -
CMYK 0 0.36 0.78 0.16
HSL 31.81º 0.67% 0.51% -
HSV(B) 31.81º 0.78% 0.84% -
XYZ 37.07 32.12 7.04 -
YUV 149.29 70.84 174.16 -
System Red Green Blue C M Y K H S L
Decimal 214 136 48 0 0.36 0.78 0.16 31.81 0.67 0.51
Hex D6 88 30 0 24 4E 10 20 43 33
Octal 326 210 60 0 44 116 20 40 103 63
Binary 11010110 10001000 110000 0 100100 1001110 10000 100000 1000011 110011

Color Harmonies of #D68830

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D68830

Black with #D68830

Text Example


Text Example

White with #D68830

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D68830; }

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

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

background-color css

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

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

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

border-color css

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

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

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