Html Css Color HEX #D28126 Dixie

📋 copy color: '#D28126'

red 210 ◦ green 129 ◦ blue 38

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

Shades of Dixie #D28126

Tints of Dixie #D28126

RGB

 RED value IS 210 (82.42% from 255) = 55.7%

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

 BLUE value IS 38 (15.23% from 255) = 10.08%

R = 55.7%
G = 34.22%
B = 10.08%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.82

 K value IS 0.18

RGB Variations

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

Color information

#D28126 (or 0xD28126) is known color: Dixie. HEX triplet: D2, 81 and 26. RGB value is (210,129,38). Sum of RGB (Red+Green+Blue) = 210+129+38=377 (49% of max value = 765). Red value is 210 (82.42% from 255 or 55.70% from 377); Green value is 129 (50.78% from 255 or 34.22% from 377); Blue value is 38 (15.23% from 255 or 10.08% from 377); Max value from RGB is 210 - color contains mainly: red. Hex color #D28126 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D28126 is #2D7ED9. Grayscale: #8F8F8F. Windows color (decimal): -2981594 or 2523602. OLE color: 2523602.

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

Color convert

RGB 210 129 38 -
CMYK 0 0.39 0.82 0.18
HSL 31.74º 0.69% 0.49% -
HSV(B) 31.74º 0.82% 0.82% -
XYZ 34.78 29.54 5.7 -
YUV 142.85 68.84 175.9 -
System Red Green Blue C M Y K H S L
Decimal 210 129 38 0 0.39 0.82 0.18 31.74 0.69 0.49
Hex D2 81 26 0 27 52 12 20 45 31
Octal 322 201 46 0 47 122 22 40 105 61
Binary 11010010 10000001 100110 0 100111 1010010 10010 100000 1000101 110001

Color Harmonies of #D28126

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D28126

Black with #D28126

Text Example


Text Example

White with #D28126

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D28126; }

 p { color: rgb(210,129,38); }

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

background-color css

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

 a { background-color: rgb(210,129,38); }

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

border-color css

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

 span { border-color: rgb(210,129,38); }

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