Html Css Color HEX #D28936 Dixie

📋 copy color: '#D28936'

red 210 ◦ green 137 ◦ blue 54

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

Shades of Dixie #D28936

Tints of Dixie #D28936

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 13.47%

R = 52.37%
G = 34.16%
B = 13.47%

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

#D28936 (or 0xD28936) is known color: Dixie. HEX triplet: D2, 89 and 36. RGB value is (210,137,54). Sum of RGB (Red+Green+Blue) = 210+137+54=401 (53% of max value = 765). Red value is 210 (82.42% from 255 or 52.37% from 401); Green value is 137 (53.91% from 255 or 34.16% from 401); Blue value is 54 (21.48% from 255 or 13.47% from 401); Max value from RGB is 210 - color contains mainly: red. Hex color #D28936 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D28936 is #2D76C9. Grayscale: #959595. Windows color (decimal): -2979530 or 3574226. OLE color: 3574226.

HSL color Cylindrical-coordinate representation of color #D28936: hue angle of 31.92º 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 #D28936 is Cyan = 0, Magento = 0.35, Yellow = 0.74 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 137 54 -
CMYK 0 0.35 0.74 0.18
HSL 31.92º 0.63% 0.52% -
HSV(B) 31.92º 0.74% 0.82% -
XYZ 36.19 31.86 7.73 -
YUV 149.37 74.18 171.25 -
System Red Green Blue C M Y K H S L
Decimal 210 137 54 0 0.35 0.74 0.18 31.92 0.63 0.52
Hex D2 89 36 0 23 4A 12 20 3F 34
Octal 322 211 66 0 43 112 22 40 77 64
Binary 11010010 10001001 110110 0 100011 1001010 10010 100000 111111 110100

Color Harmonies of #D28936

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D28936

Black with #D28936

Text Example


Text Example

White with #D28936

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D28936; }

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

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

background-color css

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

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

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

border-color css

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

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

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