Html Css Color HEX #D68227 Dixie

📋 copy color: '#D68227'

red 214 ◦ green 130 ◦ blue 39

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

Shades of Dixie #D68227

Tints of Dixie #D68227

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 10.18%

R = 55.87%
G = 33.94%
B = 10.18%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.82

 K value IS 0.16

RGB Variations

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

Color information

#D68227 (or 0xD68227) is known color: Dixie. HEX triplet: D6, 82 and 27. RGB value is (214,130,39). Sum of RGB (Red+Green+Blue) = 214+130+39=383 (50% of max value = 765). Red value is 214 (83.98% from 255 or 55.87% from 383); Green value is 130 (51.17% from 255 or 33.94% from 383); Blue value is 39 (15.62% from 255 or 10.18% from 383); Max value from RGB is 214 - color contains mainly: red. Hex color #D68227 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D68227 is #297DD8. Grayscale: #919191. Windows color (decimal): -2719193 or 2589398. OLE color: 2589398.

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

Color convert

RGB 214 130 39 -
CMYK 0 0.39 0.82 0.16
HSL 31.2º 0.69% 0.5% -
HSV(B) 31.2º 0.82% 0.84% -
XYZ 36.08 30.41 5.89 -
YUV 144.74 68.33 177.4 -
System Red Green Blue C M Y K H S L
Decimal 214 130 39 0 0.39 0.82 0.16 31.2 0.69 0.5
Hex D6 82 27 0 27 52 10 1F 45 32
Octal 326 202 47 0 47 122 20 37 105 62
Binary 11010110 10000010 100111 0 100111 1010010 10000 11111 1000101 110010

Color Harmonies of #D68227

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D68227

Black with #D68227

Text Example


Text Example

White with #D68227

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D68227; }

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

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

background-color css

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

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

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

border-color css

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

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

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