Html Css Color HEX #D68330 Dixie

📋 copy color: '#D68330'

red 214 ◦ green 131 ◦ blue 48

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

Shades of Dixie #D68330

Tints of Dixie #D68330

RGB

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

 GREEN value IS 131 (51.56% from 255) = 33.33%

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

R = 54.45%
G = 33.33%
B = 12.21%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.78

 K value IS 0.16

RGB Variations

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

Color information

#D68330 (or 0xD68330) is known color: Dixie. HEX triplet: D6, 83 and 30. RGB value is (214,131,48). Sum of RGB (Red+Green+Blue) = 214+131+48=393 (52% of max value = 765). Red value is 214 (83.98% from 255 or 54.45% from 393); Green value is 131 (51.56% from 255 or 33.33% from 393); Blue value is 48 (19.14% from 255 or 12.21% from 393); Max value from RGB is 214 - color contains mainly: red. Hex color #D68330 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D68330 is #297CCF. Grayscale: #929292. Windows color (decimal): -2718928 or 3179478. OLE color: 3179478.

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

Color convert

RGB 214 131 48 -
CMYK 0 0.39 0.78 0.16
HSL 30º 0.67% 0.51% -
HSV(B) 30º 0.78% 0.84% -
XYZ 36.38 30.74 6.81 -
YUV 146.36 72.5 176.25 -
System Red Green Blue C M Y K H S L
Decimal 214 131 48 0 0.39 0.78 0.16 30 0.67 0.51
Hex D6 83 30 0 27 4E 10 1E 43 33
Octal 326 203 60 0 47 116 20 36 103 63
Binary 11010110 10000011 110000 0 100111 1001110 10000 11110 1000011 110011

Color Harmonies of #D68330

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D68330

Black with #D68330

Text Example


Text Example

White with #D68330

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D68330; }

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

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

background-color css

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

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

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

border-color css

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

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

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