Html Css Color HEX #D38129 Dixie

📋 copy color: '#D38129'

red 211 ◦ green 129 ◦ blue 41

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

Shades of Dixie #D38129

Tints of Dixie #D38129

RGB

 RED value IS 211 (82.81% from 255) = 55.38%

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

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

R = 55.38%
G = 33.86%
B = 10.76%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.81

 K value IS 0.17

RGB Variations

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

Color information

#D38129 (or 0xD38129) is known color: Dixie. HEX triplet: D3, 81 and 29. RGB value is (211,129,41). Sum of RGB (Red+Green+Blue) = 211+129+41=381 (50% of max value = 765). Red value is 211 (82.81% from 255 or 55.38% from 381); Green value is 129 (50.78% from 255 or 33.86% from 381); Blue value is 41 (16.41% from 255 or 10.76% from 381); Max value from RGB is 211 - color contains mainly: red. Hex color #D38129 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D38129 is #2C7ED6. Grayscale: #8F8F8F. Windows color (decimal): -2916055 or 2720211. OLE color: 2720211.

HSL color Cylindrical-coordinate representation of color #D38129: hue angle of 31.06º degrees, saturation: 0.67, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D38129 is Cyan = 0, Magento = 0.39, Yellow = 0.81 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 129 41 -
CMYK 0 0.39 0.81 0.17
HSL 31.06º 0.67% 0.49% -
HSV(B) 31.06º 0.81% 0.83% -
XYZ 35.11 29.71 5.98 -
YUV 143.49 70.17 176.16 -
System Red Green Blue C M Y K H S L
Decimal 211 129 41 0 0.39 0.81 0.17 31.06 0.67 0.49
Hex D3 81 29 0 27 51 11 1F 43 31
Octal 323 201 51 0 47 121 21 37 103 61
Binary 11010011 10000001 101001 0 100111 1010001 10001 11111 1000011 110001

Color Harmonies of #D38129

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D38129

Black with #D38129

Text Example


Text Example

White with #D38129

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D38129; }

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

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

background-color css

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

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

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

border-color css

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

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

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