Html Css Color HEX #D68834 Dixie

📋 copy color: '#D68834'

red 214 ◦ green 136 ◦ blue 52

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

Shades of Dixie #D68834

Tints of Dixie #D68834

RGB

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

 GREEN value IS 136 (53.52% from 255) = 33.83%

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

R = 53.23%
G = 33.83%
B = 12.94%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.76

 K value IS 0.16

RGB Variations

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

Color information

#D68834 (or 0xD68834) is known color: Dixie. HEX triplet: D6, 88 and 34. RGB value is (214,136,52). Sum of RGB (Red+Green+Blue) = 214+136+52=402 (53% of max value = 765). Red value is 214 (83.98% from 255 or 53.23% from 402); Green value is 136 (53.52% from 255 or 33.83% from 402); Blue value is 52 (20.70% from 255 or 12.94% from 402); Max value from RGB is 214 - color contains mainly: red. Hex color #D68834 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D68834 is #2977CB. Grayscale: #969696. Windows color (decimal): -2717644 or 3442902. OLE color: 3442902.

HSL color Cylindrical-coordinate representation of color #D68834: hue angle of 31.11º 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 #D68834 is Cyan = 0, Magento = 0.36, Yellow = 0.76 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 136 52 -
CMYK 0 0.36 0.76 0.16
HSL 31.11º 0.66% 0.52% -
HSV(B) 31.11º 0.76% 0.84% -
XYZ 37.16 32.15 7.5 -
YUV 149.75 72.84 173.83 -
System Red Green Blue C M Y K H S L
Decimal 214 136 52 0 0.36 0.76 0.16 31.11 0.66 0.52
Hex D6 88 34 0 24 4C 10 1F 42 34
Octal 326 210 64 0 44 114 20 37 102 64
Binary 11010110 10001000 110100 0 100100 1001100 10000 11111 1000010 110100

Color Harmonies of #D68834

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D68834

Black with #D68834

Text Example


Text Example

White with #D68834

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D68834; }

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

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

background-color css

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

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

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

border-color css

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

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

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