Html Css Color HEX #D28127 Dixie

📋 copy color: '#D28127'

red 210 ◦ green 129 ◦ blue 39

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

Shades of Dixie #D28127

Tints of Dixie #D28127

RGB

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

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

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

R = 55.56%
G = 34.13%
B = 10.32%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.81

 K value IS 0.18

RGB Variations

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

Color information

#D28127 (or 0xD28127) is known color: Dixie. HEX triplet: D2, 81 and 27. RGB value is (210,129,39). Sum of RGB (Red+Green+Blue) = 210+129+39=378 (50% of max value = 765). Red value is 210 (82.42% from 255 or 55.56% from 378); Green value is 129 (50.78% from 255 or 34.13% from 378); Blue value is 39 (15.62% from 255 or 10.32% from 378); Max value from RGB is 210 - color contains mainly: red. Hex color #D28127 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D28127 is #2D7ED8. Grayscale: #8F8F8F. Windows color (decimal): -2981593 or 2589138. OLE color: 2589138.

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

Color convert

RGB 210 129 39 -
CMYK 0 0.39 0.81 0.18
HSL 31.58º 0.69% 0.49% -
HSV(B) 31.58º 0.81% 0.82% -
XYZ 34.79 29.55 5.79 -
YUV 142.96 69.34 175.82 -
System Red Green Blue C M Y K H S L
Decimal 210 129 39 0 0.39 0.81 0.18 31.58 0.69 0.49
Hex D2 81 27 0 27 51 12 20 45 31
Octal 322 201 47 0 47 121 22 40 105 61
Binary 11010010 10000001 100111 0 100111 1010001 10010 100000 1000101 110001

Color Harmonies of #D28127

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D28127

Black with #D28127

Text Example


Text Example

White with #D28127

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D28127; }

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

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

background-color css

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

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

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

border-color css

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

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

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