Html Css Color HEX #D68433 Dixie

📋 copy color: '#D68433'

red 214 ◦ green 132 ◦ blue 51

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

Shades of Dixie #D68433

Tints of Dixie #D68433

RGB

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

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

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

R = 53.9%
G = 33.25%
B = 12.85%

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

#D68433 (or 0xD68433) is known color: Dixie. HEX triplet: D6, 84 and 33. RGB value is (214,132,51). Sum of RGB (Red+Green+Blue) = 214+132+51=397 (52% of max value = 765). Red value is 214 (83.98% from 255 or 53.90% from 397); Green value is 132 (51.95% from 255 or 33.25% from 397); Blue value is 51 (20.31% from 255 or 12.85% from 397); Max value from RGB is 214 - color contains mainly: red. Hex color #D68433 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D68433 is #297BCC. Grayscale: #939393. Windows color (decimal): -2718669 or 3376342. OLE color: 3376342.

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

Color convert

RGB 214 132 51 -
CMYK 0 0.38 0.76 0.16
HSL 29.82º 0.67% 0.52% -
HSV(B) 29.82º 0.76% 0.84% -
XYZ 36.58 31.04 7.19 -
YUV 147.28 73.67 175.59 -
System Red Green Blue C M Y K H S L
Decimal 214 132 51 0 0.38 0.76 0.16 29.82 0.67 0.52
Hex D6 84 33 0 26 4C 10 1E 43 34
Octal 326 204 63 0 46 114 20 36 103 64
Binary 11010110 10000100 110011 0 100110 1001100 10000 11110 1000011 110100

Color Harmonies of #D68433

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D68433

Black with #D68433

Text Example


Text Example

White with #D68433

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D68433; }

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

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

background-color css

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

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

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

border-color css

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

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

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