Html Css Color HEX #D68624 Dixie

📋 copy color: '#D68624'

red 214 ◦ green 134 ◦ blue 36

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

Shades of Dixie #D68624

Tints of Dixie #D68624

RGB

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

 GREEN value IS 134 (52.73% from 255) = 34.9%

 BLUE value IS 36 (14.45% from 255) = 9.38%

R = 55.73%
G = 34.9%
B = 9.38%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.83

 K value IS 0.16

RGB Variations

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

Color information

#D68624 (or 0xD68624) is known color: Dixie. HEX triplet: D6, 86 and 24. RGB value is (214,134,36). Sum of RGB (Red+Green+Blue) = 214+134+36=384 (50% of max value = 765). Red value is 214 (83.98% from 255 or 55.73% from 384); Green value is 134 (52.73% from 255 or 34.90% from 384); Blue value is 36 (14.45% from 255 or 9.38% from 384); Max value from RGB is 214 - color contains mainly: red. Hex color #D68624 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D68624 is #2979DB. Grayscale: #939393. Windows color (decimal): -2718172 or 2393814. OLE color: 2393814.

HSL color Cylindrical-coordinate representation of color #D68624: hue angle of 33.03º degrees, saturation: 0.71, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D68624 is Cyan = 0, Magento = 0.37, Yellow = 0.83 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 134 36 -
CMYK 0 0.37 0.83 0.16
HSL 33.03º 0.71% 0.49% -
HSV(B) 33.03º 0.83% 0.84% -
XYZ 36.58 31.47 5.82 -
YUV 146.75 65.5 175.97 -
System Red Green Blue C M Y K H S L
Decimal 214 134 36 0 0.37 0.83 0.16 33.03 0.71 0.49
Hex D6 86 24 0 25 53 10 21 47 31
Octal 326 206 44 0 45 123 20 41 107 61
Binary 11010110 10000110 100100 0 100101 1010011 10000 100001 1000111 110001

Color Harmonies of #D68624

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D68624

Black with #D68624

Text Example


Text Example

White with #D68624

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D68624; }

 p { color: rgb(214,134,36); }

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

background-color css

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

 a { background-color: rgb(214,134,36); }

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

border-color css

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

 span { border-color: rgb(214,134,36); }

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