Html Css Color HEX #D68225 Dixie

📋 copy color: '#D68225'

red 214 ◦ green 130 ◦ blue 37

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

Shades of Dixie #D68225

Tints of Dixie #D68225

RGB

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

 GREEN value IS 130 (51.17% from 255) = 34.12%

 BLUE value IS 37 (14.84% from 255) = 9.71%

R = 56.17%
G = 34.12%
B = 9.71%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.83

 K value IS 0.16

RGB Variations

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

Color information

#D68225 (or 0xD68225) is known color: Dixie. HEX triplet: D6, 82 and 25. RGB value is (214,130,37). Sum of RGB (Red+Green+Blue) = 214+130+37=381 (50% of max value = 765). Red value is 214 (83.98% from 255 or 56.17% from 381); Green value is 130 (51.17% from 255 or 34.12% from 381); Blue value is 37 (14.84% from 255 or 9.71% from 381); Max value from RGB is 214 - color contains mainly: red. Hex color #D68225 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D68225 is #297DDA. Grayscale: #909090. Windows color (decimal): -2719195 or 2458326. OLE color: 2458326.

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

Color convert

RGB 214 130 37 -
CMYK 0 0.39 0.83 0.16
HSL 31.53º 0.71% 0.49% -
HSV(B) 31.53º 0.83% 0.84% -
XYZ 36.05 30.39 5.72 -
YUV 144.51 67.33 177.56 -
System Red Green Blue C M Y K H S L
Decimal 214 130 37 0 0.39 0.83 0.16 31.53 0.71 0.49
Hex D6 82 25 0 27 53 10 20 47 31
Octal 326 202 45 0 47 123 20 40 107 61
Binary 11010110 10000010 100101 0 100111 1010011 10000 100000 1000111 110001

Color Harmonies of #D68225

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D68225

Black with #D68225

Text Example


Text Example

White with #D68225

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D68225; }

 p { color: rgb(214,130,37); }

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

background-color css

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

 a { background-color: rgb(214,130,37); }

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

border-color css

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

 span { border-color: rgb(214,130,37); }

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