Html Css Color HEX #D68533 Dixie

📋 copy color: '#D68533'

red 214 ◦ green 133 ◦ blue 51

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

Shades of Dixie #D68533

Tints of Dixie #D68533

RGB

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

 GREEN value IS 133 (52.34% from 255) = 33.42%

 BLUE value IS 51 (20.31% from 255) = 12.81%

R = 53.77%
G = 33.42%
B = 12.81%

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

#D68533 (or 0xD68533) is known color: Dixie. HEX triplet: D6, 85 and 33. RGB value is (214,133,51). Sum of RGB (Red+Green+Blue) = 214+133+51=398 (52% of max value = 765). Red value is 214 (83.98% from 255 or 53.77% from 398); Green value is 133 (52.34% from 255 or 33.42% from 398); Blue value is 51 (20.31% from 255 or 12.81% from 398); Max value from RGB is 214 - color contains mainly: red. Hex color #D68533 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D68533 is #297ACC. Grayscale: #949494. Windows color (decimal): -2718413 or 3376598. OLE color: 3376598.

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

Color convert

RGB 214 133 51 -
CMYK 0 0.38 0.76 0.16
HSL 30.18º 0.67% 0.52% -
HSV(B) 30.18º 0.76% 0.84% -
XYZ 36.72 31.31 7.24 -
YUV 147.87 73.34 175.17 -
System Red Green Blue C M Y K H S L
Decimal 214 133 51 0 0.38 0.76 0.16 30.18 0.67 0.52
Hex D6 85 33 0 26 4C 10 1E 43 34
Octal 326 205 63 0 46 114 20 36 103 64
Binary 11010110 10000101 110011 0 100110 1001100 10000 11110 1000011 110100

Color Harmonies of #D68533

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D68533

Black with #D68533

Text Example


Text Example

White with #D68533

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D68533; }

 p { color: rgb(214,133,51); }

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

background-color css

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

 a { background-color: rgb(214,133,51); }

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

border-color css

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

 span { border-color: rgb(214,133,51); }

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