Html Css Color HEX #D68229 Dixie

📋 copy color: '#D68229'

red 214 ◦ green 130 ◦ blue 41

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

Shades of Dixie #D68229

Tints of Dixie #D68229

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 10.65%

R = 55.58%
G = 33.77%
B = 10.65%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.81

 K value IS 0.16

RGB Variations

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

Color information

#D68229 (or 0xD68229) is known color: Dixie. HEX triplet: D6, 82 and 29. RGB value is (214,130,41). Sum of RGB (Red+Green+Blue) = 214+130+41=385 (50% of max value = 765). Red value is 214 (83.98% from 255 or 55.58% from 385); Green value is 130 (51.17% from 255 or 33.77% from 385); Blue value is 41 (16.41% from 255 or 10.65% from 385); Max value from RGB is 214 - color contains mainly: red. Hex color #D68229 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D68229 is #297DD6. Grayscale: #919191. Windows color (decimal): -2719191 or 2720470. OLE color: 2720470.

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

Color convert

RGB 214 130 41 -
CMYK 0 0.39 0.81 0.16
HSL 30.87º 0.68% 0.5% -
HSV(B) 30.87º 0.81% 0.84% -
XYZ 36.11 30.42 6.07 -
YUV 144.97 69.33 177.24 -
System Red Green Blue C M Y K H S L
Decimal 214 130 41 0 0.39 0.81 0.16 30.87 0.68 0.5
Hex D6 82 29 0 27 51 10 1F 44 32
Octal 326 202 51 0 47 121 20 37 104 62
Binary 11010110 10000010 101001 0 100111 1010001 10000 11111 1000100 110010

Color Harmonies of #D68229

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D68229

Black with #D68229

Text Example


Text Example

White with #D68229

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D68229; }

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

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

background-color css

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

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

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

border-color css

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

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

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