Html Css Color HEX #D78435 Dixie

📋 copy color: '#D78435'

red 215 ◦ green 132 ◦ blue 53

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

Shades of Dixie #D78435

Tints of Dixie #D78435

RGB

 RED value IS 215 (84.38% from 255) = 53.75%

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

 BLUE value IS 53 (21.09% from 255) = 13.25%

R = 53.75%
G = 33%
B = 13.25%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.75

 K value IS 0.16

RGB Variations

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

Color information

#D78435 (or 0xD78435) is known color: Dixie. HEX triplet: D7, 84 and 35. RGB value is (215,132,53). Sum of RGB (Red+Green+Blue) = 215+132+53=400 (52% of max value = 765). Red value is 215 (84.38% from 255 or 53.75% from 400); Green value is 132 (51.95% from 255 or 33% from 400); Blue value is 53 (21.09% from 255 or 13.25% from 400); Max value from RGB is 215 - color contains mainly: red. Hex color #D78435 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D78435 is #287BCA. Grayscale: #949494. Windows color (decimal): -2653131 or 3507415. OLE color: 3507415.

HSL color Cylindrical-coordinate representation of color #D78435: hue angle of 29.26º degrees, saturation: 0.67, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D78435 is Cyan = 0, Magento = 0.39, Yellow = 0.75 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 132 53 -
CMYK 0 0.39 0.75 0.16
HSL 29.26º 0.67% 0.53% -
HSV(B) 29.26º 0.75% 0.84% -
XYZ 36.92 31.21 7.45 -
YUV 147.81 74.5 175.92 -
System Red Green Blue C M Y K H S L
Decimal 215 132 53 0 0.39 0.75 0.16 29.26 0.67 0.53
Hex D7 84 35 0 27 4B 10 1D 43 35
Octal 327 204 65 0 47 113 20 35 103 65
Binary 11010111 10000100 110101 0 100111 1001011 10000 11101 1000011 110101

Color Harmonies of #D78435

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D78435

Black with #D78435

Text Example


Text Example

White with #D78435

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D78435; }

 p { color: rgb(215,132,53); }

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

background-color css

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

 a { background-color: rgb(215,132,53); }

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

border-color css

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

 span { border-color: rgb(215,132,53); }

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