Html Css Color HEX #D68434 Dixie

📋 copy color: '#D68434'

red 214 ◦ green 132 ◦ blue 52

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

Shades of Dixie #D68434

Tints of Dixie #D68434

RGB

 RED value IS 214 (83.98% from 255) = 53.77%

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

 BLUE value IS 52 (20.7% from 255) = 13.07%

R = 53.77%
G = 33.17%
B = 13.07%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.76

 K value IS 0.16

RGB Variations

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

Color information

#D68434 (or 0xD68434) is known color: Dixie. HEX triplet: D6, 84 and 34. RGB value is (214,132,52). Sum of RGB (Red+Green+Blue) = 214+132+52=398 (52% of max value = 765). Red value is 214 (83.98% from 255 or 53.77% from 398); Green value is 132 (51.95% from 255 or 33.17% from 398); Blue value is 52 (20.70% from 255 or 13.07% from 398); Max value from RGB is 214 - color contains mainly: red. Hex color #D68434 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D68434 is #297BCB. Grayscale: #939393. Windows color (decimal): -2718668 or 3441878. OLE color: 3441878.

HSL color Cylindrical-coordinate representation of color #D68434: hue angle of 29.63º degrees, saturation: 0.66, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D68434 is Cyan = 0, Magento = 0.38, Yellow = 0.76 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 132 52 -
CMYK 0 0.38 0.76 0.16
HSL 29.63º 0.66% 0.52% -
HSV(B) 29.63º 0.76% 0.84% -
XYZ 36.6 31.05 7.31 -
YUV 147.4 74.17 175.5 -
System Red Green Blue C M Y K H S L
Decimal 214 132 52 0 0.38 0.76 0.16 29.63 0.66 0.52
Hex D6 84 34 0 26 4C 10 1E 42 34
Octal 326 204 64 0 46 114 20 36 102 64
Binary 11010110 10000100 110100 0 100110 1001100 10000 11110 1000010 110100

Color Harmonies of #D68434

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D68434

Black with #D68434

Text Example


Text Example

White with #D68434

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D68434; }

 p { color: rgb(214,132,52); }

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

background-color css

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

 a { background-color: rgb(214,132,52); }

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

border-color css

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

 span { border-color: rgb(214,132,52); }

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