Html Css Color HEX #D68428 Dixie

📋 copy color: '#D68428'

red 214 ◦ green 132 ◦ blue 40

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

Shades of Dixie #D68428

Tints of Dixie #D68428

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 10.36%

R = 55.44%
G = 34.2%
B = 10.36%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.81

 K value IS 0.16

RGB Variations

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

Color information

#D68428 (or 0xD68428) is known color: Dixie. HEX triplet: D6, 84 and 28. RGB value is (214,132,40). Sum of RGB (Red+Green+Blue) = 214+132+40=386 (51% of max value = 765). Red value is 214 (83.98% from 255 or 55.44% from 386); Green value is 132 (51.95% from 255 or 34.20% from 386); Blue value is 40 (16.02% from 255 or 10.36% from 386); Max value from RGB is 214 - color contains mainly: red. Hex color #D68428 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D68428 is #297BD7. Grayscale: #929292. Windows color (decimal): -2718680 or 2655446. OLE color: 2655446.

HSL color Cylindrical-coordinate representation of color #D68428: hue angle of 31.72º degrees, saturation: 0.69, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D68428 is Cyan = 0, Magento = 0.38, Yellow = 0.81 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 132 40 -
CMYK 0 0.38 0.81 0.16
HSL 31.72º 0.69% 0.5% -
HSV(B) 31.72º 0.81% 0.84% -
XYZ 36.37 30.95 6.07 -
YUV 146.03 68.17 176.48 -
System Red Green Blue C M Y K H S L
Decimal 214 132 40 0 0.38 0.81 0.16 31.72 0.69 0.5
Hex D6 84 28 0 26 51 10 20 45 32
Octal 326 204 50 0 46 121 20 40 105 62
Binary 11010110 10000100 101000 0 100110 1010001 10000 100000 1000101 110010

Color Harmonies of #D68428

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D68428

Black with #D68428

Text Example


Text Example

White with #D68428

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D68428; }

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

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

background-color css

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

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

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

border-color css

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

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

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