Html Css Color HEX #D88423 Dixie

📋 copy color: '#D88423'

red 216 ◦ green 132 ◦ blue 35

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

Shades of Dixie #D88423

Tints of Dixie #D88423

RGB

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

 GREEN value IS 132 (51.95% from 255) = 34.46%

 BLUE value IS 35 (14.06% from 255) = 9.14%

R = 56.4%
G = 34.46%
B = 9.14%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.84

 K value IS 0.15

RGB Variations

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

Color information

#D88423 (or 0xD88423) is known color: Dixie. HEX triplet: D8, 84 and 23. RGB value is (216,132,35). Sum of RGB (Red+Green+Blue) = 216+132+35=383 (50% of max value = 765). Red value is 216 (84.77% from 255 or 56.40% from 383); Green value is 132 (51.95% from 255 or 34.46% from 383); Blue value is 35 (14.06% from 255 or 9.14% from 383); Max value from RGB is 216 - color contains mainly: red. Hex color #D88423 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D88423 is #277BDC. Grayscale: #929292. Windows color (decimal): -2587613 or 2327768. OLE color: 2327768.

HSL color Cylindrical-coordinate representation of color #D88423: hue angle of 32.15º degrees, saturation: 0.72, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D88423 is Cyan = 0, Magento = 0.39, Yellow = 0.84 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 132 35 -
CMYK 0 0.39 0.84 0.15
HSL 32.15º 0.72% 0.49% -
HSV(B) 32.15º 0.84% 0.85% -
XYZ 36.87 31.22 5.67 -
YUV 146.06 65.33 177.89 -
System Red Green Blue C M Y K H S L
Decimal 216 132 35 0 0.39 0.84 0.15 32.15 0.72 0.49
Hex D8 84 23 0 27 54 F 20 48 31
Octal 330 204 43 0 47 124 17 40 110 61
Binary 11011000 10000100 100011 0 100111 1010100 1111 100000 1001000 110001

Color Harmonies of #D88423

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D88423

Black with #D88423

Text Example


Text Example

White with #D88423

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D88423; }

 p { color: rgb(216,132,35); }

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

background-color css

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

 a { background-color: rgb(216,132,35); }

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

border-color css

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

 span { border-color: rgb(216,132,35); }

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