Html Css Color HEX #D68430 Dixie

📋 copy color: '#D68430'

red 214 ◦ green 132 ◦ blue 48

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

Shades of Dixie #D68430

Tints of Dixie #D68430

RGB

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

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

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

R = 54.31%
G = 33.5%
B = 12.18%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.78

 K value IS 0.16

RGB Variations

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

Color information

#D68430 (or 0xD68430) is known color: Dixie. HEX triplet: D6, 84 and 30. RGB value is (214,132,48). Sum of RGB (Red+Green+Blue) = 214+132+48=394 (52% of max value = 765). Red value is 214 (83.98% from 255 or 54.31% from 394); Green value is 132 (51.95% from 255 or 33.50% from 394); Blue value is 48 (19.14% from 255 or 12.18% from 394); Max value from RGB is 214 - color contains mainly: red. Hex color #D68430 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D68430 is #297BCF. Grayscale: #939393. Windows color (decimal): -2718672 or 3179734. OLE color: 3179734.

HSL color Cylindrical-coordinate representation of color #D68430: hue angle of 30.36º 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 #D68430 is Cyan = 0, Magento = 0.38, Yellow = 0.78 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 132 48 -
CMYK 0 0.38 0.78 0.16
HSL 30.36º 0.67% 0.51% -
HSV(B) 30.36º 0.78% 0.84% -
XYZ 36.52 31.01 6.86 -
YUV 146.94 72.17 175.83 -
System Red Green Blue C M Y K H S L
Decimal 214 132 48 0 0.38 0.78 0.16 30.36 0.67 0.51
Hex D6 84 30 0 26 4E 10 1E 43 33
Octal 326 204 60 0 46 116 20 36 103 63
Binary 11010110 10000100 110000 0 100110 1001110 10000 11110 1000011 110011

Color Harmonies of #D68430

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D68430

Black with #D68430

Text Example


Text Example

White with #D68430

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D68430; }

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

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

background-color css

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

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

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

border-color css

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

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

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