Html Css Color HEX #D88227 Dixie

📋 copy color: '#D88227'

red 216 ◦ green 130 ◦ blue 39

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

Shades of Dixie #D88227

Tints of Dixie #D88227

RGB

 RED value IS 216 (84.77% from 255) = 56.1%

 GREEN value IS 130 (51.17% from 255) = 33.77%

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

R = 56.1%
G = 33.77%
B = 10.13%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.82

 K value IS 0.15

RGB Variations

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

Color information

#D88227 (or 0xD88227) is known color: Dixie. HEX triplet: D8, 82 and 27. RGB value is (216,130,39). Sum of RGB (Red+Green+Blue) = 216+130+39=385 (50% of max value = 765). Red value is 216 (84.77% from 255 or 56.10% from 385); Green value is 130 (51.17% from 255 or 33.77% from 385); Blue value is 39 (15.62% from 255 or 10.13% from 385); Max value from RGB is 216 - color contains mainly: red. Hex color #D88227 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D88227 is #277DD8. Grayscale: #919191. Windows color (decimal): -2588121 or 2589400. OLE color: 2589400.

HSL color Cylindrical-coordinate representation of color #D88227: hue angle of 30.85º degrees, saturation: 0.69, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D88227 is Cyan = 0, Magento = 0.40, Yellow = 0.82 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 130 39 -
CMYK 0 0.40 0.82 0.15
HSL 30.85º 0.69% 0.5% -
HSV(B) 30.85º 0.82% 0.85% -
XYZ 36.67 30.71 5.91 -
YUV 145.34 67.99 178.4 -
System Red Green Blue C M Y K H S L
Decimal 216 130 39 0 0.40 0.82 0.15 30.85 0.69 0.5
Hex D8 82 27 0 28 52 F 1F 45 32
Octal 330 202 47 0 50 122 17 37 105 62
Binary 11011000 10000010 100111 0 101000 1010010 1111 11111 1000101 110010

Color Harmonies of #D88227

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D88227

Black with #D88227

Text Example


Text Example

White with #D88227

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D88227; }

 p { color: rgb(216,130,39); }

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

background-color css

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

 a { background-color: rgb(216,130,39); }

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

border-color css

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

 span { border-color: rgb(216,130,39); }

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