Html Css Color HEX #D68129 Dixie

📋 copy color: '#D68129'

red 214 ◦ green 129 ◦ blue 41

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

Shades of Dixie #D68129

Tints of Dixie #D68129

RGB

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

 GREEN value IS 129 (50.78% from 255) = 33.59%

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

R = 55.73%
G = 33.59%
B = 10.68%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.81

 K value IS 0.16

RGB Variations

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

Color information

#D68129 (or 0xD68129) is known color: Dixie. HEX triplet: D6, 81 and 29. RGB value is (214,129,41). Sum of RGB (Red+Green+Blue) = 214+129+41=384 (50% of max value = 765). Red value is 214 (83.98% from 255 or 55.73% from 384); Green value is 129 (50.78% from 255 or 33.59% from 384); Blue value is 41 (16.41% from 255 or 10.68% from 384); Max value from RGB is 214 - color contains mainly: red. Hex color #D68129 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D68129 is #297ED6. Grayscale: #909090. Windows color (decimal): -2719447 or 2720214. OLE color: 2720214.

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

Color convert

RGB 214 129 41 -
CMYK 0 0.40 0.81 0.16
HSL 30.52º 0.68% 0.5% -
HSV(B) 30.52º 0.81% 0.84% -
XYZ 35.98 30.16 6.02 -
YUV 144.38 69.66 177.66 -
System Red Green Blue C M Y K H S L
Decimal 214 129 41 0 0.40 0.81 0.16 30.52 0.68 0.5
Hex D6 81 29 0 28 51 10 1F 44 32
Octal 326 201 51 0 50 121 20 37 104 62
Binary 11010110 10000001 101001 0 101000 1010001 10000 11111 1000100 110010

Color Harmonies of #D68129

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D68129

Black with #D68129

Text Example


Text Example

White with #D68129

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D68129; }

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

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

background-color css

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

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

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

border-color css

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

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

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