Html Css Color HEX #D28937 Dixie

📋 copy color: '#D28937'

red 210 ◦ green 137 ◦ blue 55

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

Shades of Dixie #D28937

Tints of Dixie #D28937

RGB

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

 GREEN value IS 137 (53.91% from 255) = 34.08%

 BLUE value IS 55 (21.88% from 255) = 13.68%

R = 52.24%
G = 34.08%
B = 13.68%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.74

 K value IS 0.18

RGB Variations

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

Color information

#D28937 (or 0xD28937) is known color: Dixie. HEX triplet: D2, 89 and 37. RGB value is (210,137,55). Sum of RGB (Red+Green+Blue) = 210+137+55=402 (53% of max value = 765). Red value is 210 (82.42% from 255 or 52.24% from 402); Green value is 137 (53.91% from 255 or 34.08% from 402); Blue value is 55 (21.88% from 255 or 13.68% from 402); Max value from RGB is 210 - color contains mainly: red. Hex color #D28937 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D28937 is #2D76C8. Grayscale: #959595. Windows color (decimal): -2979529 or 3639762. OLE color: 3639762.

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

Color convert

RGB 210 137 55 -
CMYK 0 0.35 0.74 0.18
HSL 31.74º 0.63% 0.52% -
HSV(B) 31.74º 0.74% 0.82% -
XYZ 36.21 31.87 7.86 -
YUV 149.48 74.68 171.17 -
System Red Green Blue C M Y K H S L
Decimal 210 137 55 0 0.35 0.74 0.18 31.74 0.63 0.52
Hex D2 89 37 0 23 4A 12 20 3F 34
Octal 322 211 67 0 43 112 22 40 77 64
Binary 11010010 10001001 110111 0 100011 1001010 10010 100000 111111 110100

Color Harmonies of #D28937

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D28937

Black with #D28937

Text Example


Text Example

White with #D28937

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D28937; }

 p { color: rgb(210,137,55); }

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

background-color css

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

 a { background-color: rgb(210,137,55); }

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

border-color css

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

 span { border-color: rgb(210,137,55); }

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